From 3129db31c33da71476234444d802f1ad620a2d74 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Mon, 15 Mar 2010 00:42:48 +0000 Subject: Clean up, rename, and split out some new functions. Remove unused code. svn path=/trunk/netsurf/; revision=10130 --- gtk/gtk_gui.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'gtk/gtk_gui.h') diff --git a/gtk/gtk_gui.h b/gtk/gtk_gui.h index 21bc84202..89c72101d 100644 --- a/gtk/gtk_gui.h +++ b/gtk/gtk_gui.h @@ -1,5 +1,12 @@ /* - * Copyright 2005 James Bursa + * Copyright 2004-2010 James Bursa + * Copyright 2010 Vincent Sanders + * Copyright 2004-2009 John-Mark Bell + * Copyright 2009 Paul Blokus + * Copyright 2006-2009 Daniel Silverstone + * Copyright 2006-2008 Rob Kendrick + * Copyright 2008 John Tytgat + * Copyright 2008 Adam Blokus * * This file is part of NetSurf, http://www.netsurf-browser.org/ * @@ -24,7 +31,6 @@ #include #include -extern bool gui_in_multitask; extern GladeXML *gladeNetsurf; extern GladeXML *gladePassword; extern GladeXML *gladeWarning; @@ -41,13 +47,6 @@ extern char *options_file_location; extern char *res_dir_location; extern char *print_options_file_location; -extern GtkWindow *wndAbout; - -extern GtkWindow *wndTooltip; -extern GtkLabel *labelTooltip; - -extern GtkDialog *wndOpenFile; - uint32_t gtk_gui_gdkkey_to_nskey(GdkEventKey *); #endif /* GTK_GUI_H */ -- cgit v1.2.3