summaryrefslogtreecommitdiff
path: root/atari/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/gui.c')
-rw-r--r--atari/gui.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/atari/gui.c b/atari/gui.c
index 26a47aad1..c2109c985 100644
--- a/atari/gui.c
+++ b/atari/gui.c
@@ -445,13 +445,6 @@ static void gui_window_update_extent(struct gui_window *gw)
}
-void gui_clear_selection(struct gui_window *g)
-{
-
-}
-
-
-
/**
* set the pointer shape
*/
@@ -659,24 +652,6 @@ static void gui_window_new_content(struct gui_window *w)
gui_window_redraw_window(w);
}
-void gui_drag_save_object(gui_save_type type, hlcache_handle *c,
- struct gui_window *w)
-{
- LOG((""));
- TODO();
-}
-
-void gui_drag_save_selection(struct gui_window *g, const char *selection)
-{
- LOG((""));
- TODO();
-}
-
-void gui_start_selection(struct gui_window *w)
-{
-
-}
-
/**
* Core asks front end for clipboard contents.
@@ -1064,13 +1039,6 @@ static void gui_init2(int argc, char** argv)
toolbar_init();
}
-void gui_file_gadget_open(struct gui_window *g, hlcache_handle *hl,
- struct form_control *gadget)
-{
- LOG(("File open dialog rquest for %p/%p", g, gadget));
- /* browser_window_set_gadget_filename(bw, gadget, "filename"); */
-}
-
static struct gui_window_table atari_window_table = {
.create = gui_window_create,
.destroy = gui_window_destroy,