From 8525c857da966580c57aa595ec44ba1c4fc2326a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 13 Mar 2015 14:32:06 +0000 Subject: Clean up more windows frontend issues and split out more functionality --- windows/localhistory.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'windows/localhistory.c') diff --git a/windows/localhistory.c b/windows/localhistory.c index fb582b4aa..dfca4a4e1 100644 --- a/windows/localhistory.c +++ b/windows/localhistory.c @@ -107,24 +107,6 @@ static void nsws_localhistory_up(struct nsws_localhistory *l, struct gui_window } -/* - void history_gui_set_pointer(gui_pointer_shape shape, void *p) - { - struct nsws_pointers *pointers = nsws_get_pointers(); - if (pointers == NULL) - return; - switch(shape) { - case GUI_POINTER_POINT: - SetCursor(pointers->hand); - break; - default: - SetCursor(pointers->arrow); - break; - } - } -*/ - - void nsws_localhistory_close(struct gui_window *w) { struct nsws_localhistory *l = gui_window_localhistory(w); -- cgit v1.2.3