diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-30 17:57:39 +0000 |
---|---|---|
committer | Sebastian Rasmussen <sebras@hotmail.com> | 2010-12-30 17:57:39 +0000 |
commit | d9ef7f30fa95f6d672547efe9d7681c15e341399 (patch) | |
tree | 8b43592f41475e03ca85f126e8c17c8209280968 /apps | |
parent | 9ef942a0713f837c872a8ab28275bba1000792d3 (diff) | |
download | mupdf-d9ef7f30fa95f6d672547efe9d7681c15e341399.tar.xz |
Remove unimplemented and unused declarations.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/pdfapp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/pdfapp.h b/apps/pdfapp.h index 55b467d5..6d964689 100644 --- a/apps/pdfapp.h +++ b/apps/pdfapp.h @@ -21,7 +21,6 @@ extern void winopenuri(pdfapp_t*, char *s); extern void wincursor(pdfapp_t*, int curs); extern void windocopy(pdfapp_t*); extern void winreloadfile(pdfapp_t*); -extern void wininvert(pdfapp_t*, fz_bbox rect); extern void windrawstring(pdfapp_t*, int x, int y, char *s); extern void winclose(pdfapp_t*); extern void winhelp(pdfapp_t*); |