diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-12-21 17:41:59 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-12-27 15:06:51 +0100 |
commit | 0805c1add0e3fc951d16c27d3837bc5123842303 (patch) | |
tree | bdce2e6e246f0f693552423c9b554092ce47a689 /platform/x11 | |
parent | e22743070ff1f3d4cc83177c4669476fd2526844 (diff) | |
download | mupdf-0805c1add0e3fc951d16c27d3837bc5123842303.tar.xz |
Strip extraneous blank lines.
Diffstat (limited to 'platform/x11')
-rw-r--r-- | platform/x11/pdfapp.c | 3 | ||||
-rw-r--r-- | platform/x11/win_main.c | 1 | ||||
-rw-r--r-- | platform/x11/x11_image.c | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/platform/x11/pdfapp.c b/platform/x11/pdfapp.c index f421f82f..2c4c8b78 100644 --- a/platform/x11/pdfapp.c +++ b/platform/x11/pdfapp.c @@ -1194,7 +1194,6 @@ void pdfapp_onkey(pdfapp_t *app, int c, int modifiers) switch (c) { - case 'q': winclose(app); break; @@ -1506,7 +1505,6 @@ void pdfapp_onkey(pdfapp_t *app, int c, int modifiers) pdfapp_search_in_direction(app, &panto, 1); loadpage = 0; break; - } if (c < '0' || c > '9') @@ -1886,7 +1884,6 @@ void pdfapp_onmouse(pdfapp_t *app, int x, int y, int btn, int modifiers, int sta app->selr.y1 = fz_maxi(app->sely, y) - app->pany + irect.y0; winrepaint(app); } - } void pdfapp_oncopy(pdfapp_t *app, unsigned short *ucsbuf, int ucslen) diff --git a/platform/x11/win_main.c b/platform/x11/win_main.c index e004380d..6a0d8a00 100644 --- a/platform/x11/win_main.c +++ b/platform/x11/win_main.c @@ -1172,7 +1172,6 @@ viewproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) case WM_APP: pdfapp_reloadpage(&gapp); break; - } fflush(stdout); diff --git a/platform/x11/x11_image.c b/platform/x11/x11_image.c index 329a58b8..96bd298f 100644 --- a/platform/x11/x11_image.c +++ b/platform/x11/x11_image.c @@ -211,7 +211,6 @@ make_colormap(void) static void select_mode(void) { - int byteorder; int byterev; unsigned long rm, gm, bm; |