summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/mupdf/files/mupdf-1.0-zoom.patch')
-rw-r--r--app-text/mupdf/files/mupdf-1.0-zoom.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-text/mupdf/files/mupdf-1.0-zoom.patch b/app-text/mupdf/files/mupdf-1.0-zoom.patch
deleted file mode 100644
index 8f976b9d5142..000000000000
--- a/app-text/mupdf/files/mupdf-1.0-zoom.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- mupdf-9999/apps/pdfapp.c
-+++ mupdf-9999/apps/pdfapp.c
-@@ -858,6 +858,7 @@
- break;
-
- case 'b':
-+ case '\b': //backspace
- panto = DONT_PAN;
- if (app->numberlen > 0)
- app->pageno -= atoi(app->number);
-@@ -866,6 +867,7 @@
- break;
-
- case ' ':
-+ case 'F':
- panto = DONT_PAN;
- if (app->numberlen > 0)
- app->pageno += atoi(app->number);