summaryrefslogtreecommitdiff
path: root/riscos/gui/button_bar.h
diff options
context:
space:
mode:
authorSteve Fryatt <stevef@netsurf-browser.org>2013-09-08 15:51:29 +0100
committerSteve Fryatt <stevef@netsurf-browser.org>2013-09-08 15:51:29 +0100
commitf3f2c5b481c519d0ef4e501aa07c70baaaf7d86f (patch)
treeeac1b9e47e4824e35bc223bf16118c706e7589e3 /riscos/gui/button_bar.h
parentee8fb6f39f3014cf4e4c17a28904850a58f2f4f3 (diff)
downloadnetsurf-f3f2c5b481c519d0ef4e501aa07c70baaaf7d86f.tar.gz
netsurf-f3f2c5b481c519d0ef4e501aa07c70baaaf7d86f.tar.bz2
gui_current_drag_type now only used for data transfer protocol routing; fix button bar drag handler.
Remove all references to gui_current_drag_type outside of gui.c which are not related to routing DataSaveAck messages. Update button bar drag code so that it uses ro_mouse.
Diffstat (limited to 'riscos/gui/button_bar.h')
-rw-r--r--riscos/gui/button_bar.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/riscos/gui/button_bar.h b/riscos/gui/button_bar.h
index d92428859..9abae3151 100644
--- a/riscos/gui/button_bar.h
+++ b/riscos/gui/button_bar.h
@@ -291,15 +291,6 @@ bool ro_gui_button_bar_help_suffix(struct button_bar *button_bar, wimp_i i,
/**
- * Terminate a drag event that was initiated by a button bar.
- *
- * \param *drag The drag event data.
- */
-
-void ro_gui_button_bar_drag_end(wimp_dragged *drag);
-
-
-/**
* Return a config string reflecting the configured order of buttons
* and spacers. The string is allocated with malloc(), and should be
* free()d after use.