summaryrefslogtreecommitdiff
path: root/apps/x11_main.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-23 14:35:42 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-23 14:35:42 +0200
commit3bc38ed4ce6bc193a492f2521a1723d851213f55 (patch)
treec86061c628ecb60282162fdbec217db41c35c163 /apps/x11_main.c
parent64b34492d09f649dda05f4550973d974f1513ccd (diff)
downloadmupdf-3bc38ed4ce6bc193a492f2521a1723d851213f55.tar.xz
Update windows viewer to add the search functionality.
Diffstat (limited to 'apps/x11_main.c')
-rw-r--r--apps/x11_main.c5
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));