summaryrefslogtreecommitdiff
path: root/platform/gl
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-10-22 19:39:32 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-10-23 18:46:01 +0200
commit2582f7e21ec079d2d611ad748d5fc77ea3ce3938 (patch)
tree6745a15f6389de3635d17ffb1495b7de1a4aed25 /platform/gl
parent17e5b245e8f0da3287097684f81d470cec8de991 (diff)
downloadmupdf-2582f7e21ec079d2d611ad748d5fc77ea3ce3938.tar.xz
Remove extra blank lines.
Diffstat (limited to 'platform/gl')
-rw-r--r--platform/gl/gl-ui.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/gl/gl-ui.c b/platform/gl/gl-ui.c
index 9552e562..e4f2bf91 100644
--- a/platform/gl/gl-ui.c
+++ b/platform/gl/gl-ui.c
@@ -173,7 +173,6 @@ void ui_draw_bevel_imp(fz_irect area, unsigned ot, unsigned it, unsigned ib, uns
glRectf(area.x0+1, area.y1-2, area.x1-2, area.y1-1);
}
-
void ui_draw_bevel(fz_irect area, int depressed)
{
if (depressed)
@@ -872,7 +871,6 @@ void ui_splitter(int *x, int min, int max, enum side side)
glColorHex(UI_COLOR_BEVEL_1);
glRectf(area.x0+3, area.y0, area.x0+4, area.y1);
}
-
}
void ui_scrollbar(int x0, int y0, int x1, int y1, int *value, int page_size, int max)