summaryrefslogtreecommitdiff
path: root/frontends/amiga/theme.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 00:59:04 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-05-08 00:59:04 +0100
commit1cd30fdb3c1f163beceb0bde7485c10a886de531 (patch)
tree657b47045eb0fc6e563edf0db1ba423dce0d570b /frontends/amiga/theme.h
parentae36d35728f8622396faba7aeb58434aff2d0331 (diff)
downloadnetsurf-1cd30fdb3c1f163beceb0bde7485c10a886de531.tar.gz
netsurf-1cd30fdb3c1f163beceb0bde7485c10a886de531.tar.bz2
Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_window_2 structure
Diffstat (limited to 'frontends/amiga/theme.h')
-rw-r--r--frontends/amiga/theme.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/amiga/theme.h b/frontends/amiga/theme.h
index 6de7bc150..6ab3c0ea8 100644
--- a/frontends/amiga/theme.h
+++ b/frontends/amiga/theme.h
@@ -40,8 +40,6 @@ void ami_update_throbber(struct gui_window_2 *g,bool redraw);
void ami_init_mouse_pointers(void);
void ami_mouse_pointers_free(void);
-void ami_set_pointer(struct gui_window_2 *gwin, gui_pointer_shape shape, bool update);
-void ami_reset_pointer(struct gui_window_2 *gwin);
/* Use the following ONLY if nothing other than the Intuition window pointer is available,
* and ALWAYS in preference to SetWindowPointer(), as it features more pointers and uses
* the correct ones specified in user preferences. */