summaryrefslogtreecommitdiff
path: root/windows/localhistory.c
diff options
context:
space:
mode:
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);