summaryrefslogtreecommitdiff
path: root/desktop/gui.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-28 23:41:07 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-28 23:41:07 +0000
commit73f7db2a75a7cee2add50973e8861b767f5bb650 (patch)
treebc546b7a31ae7b7f95e83ae42d6568c4df23fdc4 /desktop/gui.h
parentfd7078b1ad470c3de96d32c3699eb862259df990 (diff)
downloadnetsurf-73f7db2a75a7cee2add50973e8861b767f5bb650.tar.gz
netsurf-73f7db2a75a7cee2add50973e8861b767f5bb650.tar.bz2
[project @ 2003-09-28 23:41:06 by bursa]
Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330
Diffstat (limited to 'desktop/gui.h')
-rw-r--r--desktop/gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index c4cb60d85..619ded567 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -59,8 +59,6 @@ void gui_window_start_throbber(gui_window* g);
void gui_window_stop_throbber(gui_window* g);
void gui_gadget_combo(struct browser_window* bw, struct gui_gadget* g, unsigned long mx, unsigned long my);
-void gui_edit_textarea(struct browser_window* bw, struct gui_gadget* g);
-void gui_edit_password(struct browser_window* bw, struct gui_gadget* g);
void gui_window_place_caret(gui_window *g, int x, int y, int height);