From 70143f6e1fae1dd7d2c368215facacdd990603e0 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 8 Apr 1998 02:35:05 +0000 Subject: Removed unused global variable parent_class. 1998-04-07 Federico Mena Quintero * eventedit.c: Removed unused global variable parent_class. * eventedit.h: Renamed gtk_window field to window. Made the parent_class field in the EventEditorClass structure be a GtkWindowClass, not a gnome property box class. Added prototype for event_editor_get_type(). svn path=/trunk/; revision=110 --- calendar/gui/eventedit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'calendar/gui/eventedit.c') diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c index 7846eab86e..f2158b50f4 100644 --- a/calendar/gui/eventedit.c +++ b/calendar/gui/eventedit.c @@ -13,7 +13,6 @@ #include "timeutil.h" static void event_editor_init (EventEditor *ee); -GtkWindow *parent_class; /* Note: do not i18n these strings, they are part of the vCalendar protocol */ char *class_names [] = { "PUBLIC", "PRIVATE", "CONFIDENTIAL" }; @@ -34,7 +33,6 @@ event_editor_get_type (void) (GtkArgGetFunc) NULL, }; event_editor_type = gtk_type_unique (gtk_window_get_type (), &event_editor_info); - parent_class = gtk_type_class (gtk_window_get_type ()); } return event_editor_type; } -- cgit v1.2.3