X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fgtk%2Ffilemenu.h;h=d24875f61b35ef19bbe6a617cd158ed99ef64334;hb=f7e3f1d8d0438f52e4f988a12318075cc1b43568;hp=fe9688a92235ffcca4b2e47f2f26a619e47c0202;hpb=1eb382f72510d50b3636fb88c4bfaf17183672b6;p=emu8051.git diff --git a/src/gtk/filemenu.h b/src/gtk/filemenu.h index fe9688a..d24875f 100644 --- a/src/gtk/filemenu.h +++ b/src/gtk/filemenu.h @@ -4,19 +4,7 @@ * 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. + * This file is released under the GPLv2 */ #ifndef FILEMENU_H @@ -25,12 +13,6 @@ #include void -FileOpenEvent(GtkObject *object, gpointer data); - -void -FileResetEvent(GtkObject *object, gpointer data); - -void -FileAddMenu(GtkWidget *menu_bar); +file_add_menu(GtkWidget *menu_bar); #endif /* FILEMENU_H */