summaryrefslogtreecommitdiff
path: root/frontends/riscos/dialog.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-05-28 17:28:28 +0100
committerVincent Sanders <vince@kyllikki.org>2017-05-28 17:28:28 +0100
commit6736ab9b724702c82b4aebc61c3d51c48d9c958c (patch)
tree09015c6f0d638aace3c697a7530e5ef9dcf73715 /frontends/riscos/dialog.h
parent79cde2cefbec54ea08ec854471aa06cdc5c367d6 (diff)
downloadnetsurf-6736ab9b724702c82b4aebc61c3d51c48d9c958c.tar.gz
netsurf-6736ab9b724702c82b4aebc61c3d51c48d9c958c.tar.bz2
fix risc os dialog opening relative to parent
Diffstat (limited to 'frontends/riscos/dialog.h')
-rw-r--r--frontends/riscos/dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/riscos/dialog.h b/frontends/riscos/dialog.h
index 463048436..2ec86c339 100644
--- a/frontends/riscos/dialog.h
+++ b/frontends/riscos/dialog.h
@@ -33,7 +33,6 @@ bool ro_gui_dialog_open_top(wimp_w w, struct toolbar *toolbar,
int width, int height);
void ro_gui_dialog_open_at_pointer(wimp_w w);
void ro_gui_dialog_open_xy(wimp_w, int x, int y);
-void ro_gui_dialog_open_centre_parent(wimp_w parent, wimp_w w);
void ro_gui_dialog_open_persistent(wimp_w parent, wimp_w w, bool pointer);
void ro_gui_dialog_add_persistent(wimp_w parent, wimp_w w);