diff options
Diffstat (limited to 'calendar/view-utils.h')
-rw-r--r-- | calendar/view-utils.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/calendar/view-utils.h b/calendar/view-utils.h index f351b4885d..a1876b6032 100644 --- a/calendar/view-utils.h +++ b/calendar/view-utils.h @@ -25,13 +25,4 @@ void view_utils_draw_events (GtkWidget *widget, GdkWindow *window, GdkGC *gc, Gd void view_utils_draw_textured_frame (GtkWidget *widget, GdkWindow *window, GdkRectangle *rect, GtkShadowType shadow); -struct menu_item { - char *text; - GtkSignalFunc callback; - gpointer data; - int sensitive; -}; - -void popup_menu (struct menu_item *items, int nitems, guint32 time); - #endif |