summaryrefslogtreecommitdiff
path: root/windows/localhistory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-03-13 14:32:06 +0000
committerVincent Sanders <vince@kyllikki.org>2015-03-13 14:32:06 +0000
commit8525c857da966580c57aa595ec44ba1c4fc2326a (patch)
tree952b61909ac17ad4666f82c005e4470ea20ff3f4 /windows/localhistory.c
parenta487f7e611550b0058a780cf673480eb8de6f799 (diff)
downloadnetsurf-8525c857da966580c57aa595ec44ba1c4fc2326a.tar.gz
netsurf-8525c857da966580c57aa595ec44ba1c4fc2326a.tar.bz2
Clean up more windows frontend issues and split out more functionality
Diffstat (limited to 'windows/localhistory.c')
-rw-r--r--windows/localhistory.c18
1 files changed, 0 insertions, 18 deletions
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);