diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-06-23 14:35:42 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-06-23 14:35:42 +0200 |
commit | 3bc38ed4ce6bc193a492f2521a1723d851213f55 (patch) | |
tree | c86061c628ecb60282162fdbec217db41c35c163 /apps/x11_main.c | |
parent | 64b34492d09f649dda05f4550973d974f1513ccd (diff) | |
download | mupdf-3bc38ed4ce6bc193a492f2521a1723d851213f55.tar.xz |
Update windows viewer to add the search functionality.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r-- | apps/x11_main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/x11_main.c b/apps/x11_main.c index 9ec80542..59261f43 100644 --- a/apps/x11_main.c +++ b/apps/x11_main.c @@ -205,11 +205,6 @@ void wintitle(pdfapp_t *app, char *s) #endif } -void winconvert(pdfapp_t *app, fz_pixmap *image) -{ - /* never mind */ -} - void winhelp(pdfapp_t *app) { fprintf(stderr, "%s", pdfapp_usage(app)); |