Remove obsolete gtksizes.h
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 2 Oct 2013 02:09:49 +0000 (22:09 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 2 Oct 2013 02:45:22 +0000 (22:45 -0400)
src/Makefile.am
src/emugtk.h
src/gtksizes.h [deleted file]
src/memwin.c
src/pgmwin.h
src/regwin.h

index 40d1acb..48ea52a 100644 (file)
@@ -43,8 +43,8 @@ if USE_GTK
        helpmenu.c \
        helpmenu.h \
        messagebox.c \
-       messagebox.h \
-       gtksizes.h
+       messagebox.h
+
   emu8051_gtk_LDADD = $(GTK_LIBS)
 endif
 
index 105411e..75714be 100644 (file)
@@ -23,7 +23,6 @@
 #define EMUGTK_H 1
 
 #include <gtk/gtk.h>
-#include "gtksizes.h"
 
 void
 AddMenuSeparator(GtkWidget *menu);
diff --git a/src/gtksizes.h b/src/gtksizes.h
deleted file mode 100644 (file)
index 69e296f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * gtksizes.h
- *
- * Copyright (C) 1999 Jonathan St-AndrĂ©
- * Copyright (C) 1999 Hugo Villeneuve <hugo@hugovil.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
- */
-
-#ifndef _GTKSIZES_H_
-#define _GTKSIZES_H_
-
-#endif /* _GTKSIZES_H_ */
index 042b3ec..6583ed7 100644 (file)
@@ -29,7 +29,6 @@
 #include "memory.h"
 #include "hexfile.h"
 #include "cpu8051.h"
-#include "gtksizes.h"
 #include "memwin.h"
 
 static GtkWidget *memclist;
index 3b44466..0276e7f 100644 (file)
@@ -23,7 +23,6 @@
 #define PGMWIN_H 1
 
 #include <gtk/gtk.h>
-#include "gtksizes.h"
 
 GtkWidget *
 pgmwin_init(void);
index 228a1d9..45e71e2 100644 (file)
@@ -23,7 +23,6 @@
 #define REGWIN_H 1
 
 #include <gtk/gtk.h>
-#include "gtksizes.h"
 
 GtkWidget *
 regwin_init(void);