From: Hugo Villeneuve Date: Wed, 2 Oct 2013 02:09:49 +0000 (-0400) Subject: Remove obsolete gtksizes.h X-Git-Tag: v2.0.0~161 X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=5d3fdb383ded96e89f6cd864da6df4cc724d030f;hp=bd7fa9a1fba21965467664b72772dddc5e9e0884;p=emu8051.git Remove obsolete gtksizes.h --- diff --git a/src/Makefile.am b/src/Makefile.am index 40d1acb..48ea52a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 diff --git a/src/emugtk.h b/src/emugtk.h index 105411e..75714be 100644 --- a/src/emugtk.h +++ b/src/emugtk.h @@ -23,7 +23,6 @@ #define EMUGTK_H 1 #include -#include "gtksizes.h" void AddMenuSeparator(GtkWidget *menu); diff --git a/src/gtksizes.h b/src/gtksizes.h deleted file mode 100644 index 69e296f..0000000 --- a/src/gtksizes.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * gtksizes.h - * - * Copyright (C) 1999 Jonathan St-André - * Copyright (C) 1999 Hugo Villeneuve - * - * 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_ */ diff --git a/src/memwin.c b/src/memwin.c index 042b3ec..6583ed7 100644 --- a/src/memwin.c +++ b/src/memwin.c @@ -29,7 +29,6 @@ #include "memory.h" #include "hexfile.h" #include "cpu8051.h" -#include "gtksizes.h" #include "memwin.h" static GtkWidget *memclist; diff --git a/src/pgmwin.h b/src/pgmwin.h index 3b44466..0276e7f 100644 --- a/src/pgmwin.h +++ b/src/pgmwin.h @@ -23,7 +23,6 @@ #define PGMWIN_H 1 #include -#include "gtksizes.h" GtkWidget * pgmwin_init(void); diff --git a/src/regwin.h b/src/regwin.h index 228a1d9..45e71e2 100644 --- a/src/regwin.h +++ b/src/regwin.h @@ -23,7 +23,6 @@ #define REGWIN_H 1 #include -#include "gtksizes.h" GtkWidget * regwin_init(void);