diff options
author | JP Rosevear <jpr@novell.com> | 2004-10-16 02:26:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-10-16 02:26:22 +0800 |
commit | 885eaaeda7368f6fdeae9fd114748d14f63d56d4 (patch) | |
tree | 78bae2e30f3f648c67e1e6ecbe1b1751123fc446 /calendar/gui/calendar-commands.h | |
parent | 7ea836a465fd8460d5a45a05cbe56a4a75ab8c59 (diff) | |
download | gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.tar gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.tar.gz gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.tar.bz2 gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.tar.lz gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.tar.xz gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.tar.zst gsoc2013-evolution-885eaaeda7368f6fdeae9fd114748d14f63d56d4.zip |
remove prototype
2004-10-15 JP Rosevear <jpr@novell.com>
* gui/calendar-commands.h (calendar_goto_today): remove prototype
* gui/calendar-commands.c: remove dead function
svn path=/trunk/; revision=27598
Diffstat (limited to 'calendar/gui/calendar-commands.h')
-rw-r--r-- | calendar/gui/calendar-commands.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index 901d01d845..36b06f1ebb 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -37,6 +37,4 @@ void calendar_control_sensitize_calendar_commands (BonoboControl *control, Gnome void calendar_goto_today (GnomeCalendar *gcal); -const gchar * calendar_get_text_for_folder_bar_label (GnomeCalendar *gcal); - #endif /* CALENDAR_COMMANDS_H */ |