diff options
author | Michael Meeks <michael@helixcode.com> | 2000-10-19 09:06:29 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-10-19 09:06:29 +0800 |
commit | 6da38957bf240831aaa8a9c7c74080fec8cf2e3e (patch) | |
tree | d26f1157170ce4fadcba14e965929d02bad868b6 /calendar/gui/calendar-commands.c | |
parent | 925301288069794eb2b1611bd1888af0996d76e3 (diff) | |
download | gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.gz gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.bz2 gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.lz gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.xz gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.tar.zst gsoc2013-evolution-6da38957bf240831aaa8a9c7c74080fec8cf2e3e.zip |
remove; redundant.
2000-10-19 Michael Meeks <michael@helixcode.com>
* gui/calendar-commands.c (tb_print_cb): remove; redundant.
* gui/event-editor.c (create_menu, create_toolbar): kill.
(event_editor_destroy): upd.
(event_editor_construct): update to new UI handler, cast
priv->general_summary to a widget not an object.
svn path=/trunk/; revision=6009
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r-- | calendar/gui/calendar-commands.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index 6ee9f34755..f7f815c5c5 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -207,16 +207,6 @@ print (GnomeCalendar *gcal, gboolean preview) print_calendar (gcal, preview, start, print_view); } -/* Toolbar/Print callback */ -static void -tb_print_cb (GtkWidget *widget, gpointer data) -{ - GnomeCalendar *gcal; - - gcal = GNOME_CALENDAR (data); - print (gcal, FALSE); -} - /* File/Print callback */ static void file_print_cb (BonoboUIHandler *uih, void *data, const char *path) |