summaryrefslogtreecommitdiff
path: root/windows/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-30 21:10:13 +0100
commit123c8bc8b3d621d0e259ae9ce99ebe753036ac0b (patch)
tree7c7a03e94b917f5fe1b3e07107c17204913c8339 /windows/gui.h
parent7736a611a2c9d13d697cfc8bc83f9dddbb99138c (diff)
downloadnetsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.gz
netsurf-123c8bc8b3d621d0e259ae9ce99ebe753036ac0b.tar.bz2
split out windows file operations into a separeate module
Diffstat (limited to 'windows/gui.h')
-rw-r--r--windows/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/gui.h b/windows/gui.h
index 690cd9333..f72cb2cc2 100644
--- a/windows/gui.h
+++ b/windows/gui.h
@@ -21,7 +21,6 @@
#define _NETSURF_WINDOWS_GUI_H_
struct gui_window;
-struct gui_file_table *win32_file_table;
struct gui_clipboard_table *win32_clipboard_table;
extern HINSTANCE hInstance;