mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-03 08:06:26 +03:00
Remove stray semicolon.
svn path=/trunk/netsurf/; revision=4283
This commit is contained in:
parent
e598e7c556
commit
d23457c620
@ -1981,7 +1981,7 @@ const char *browser_window_scrollbar_click(struct browser_window *bw,
|
||||
(mouse & BROWSER_MOUSE_DRAG_ON));
|
||||
bool but2 = (mouse & (BROWSER_MOUSE_PRESS_2 | BROWSER_MOUSE_DRAG_2)) ||
|
||||
((mouse & BROWSER_MOUSE_HOLDING_2) &&
|
||||
(mouse & BROWSER_MOUSE_DRAG_ON));;
|
||||
(mouse & BROWSER_MOUSE_DRAG_ON));
|
||||
const int w = SCROLLBAR_WIDTH;
|
||||
bool vscroll, hscroll;
|
||||
int well_height, bar_top, bar_height;
|
||||
|
Loading…
x
Reference in New Issue
Block a user