aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-commands.h')
-rw-r--r--calendar/gui/calendar-commands.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h
index f7afa4b3c2..19752c9cc8 100644
--- a/calendar/gui/calendar-commands.h
+++ b/calendar/gui/calendar-commands.h
@@ -106,9 +106,7 @@ void parse_color_spec (char *spec, int *r, int *g, int *b);
/* Calls build_color_spec() for the color in the specified property number */
char *color_spec_from_prop (ColorProp propnum);
-GnomeCalendar *new_calendar (char *full_name,
- char *geometry,
- gboolean hidden);
+GnomeCalendar *new_calendar (char *full_name);
void calendar_set_uri (GnomeCalendar *gcal, char *calendar_file);
@@ -129,7 +127,5 @@ void quit_cmd (BonoboUIComponent *uih, void *user_data, const char *path);
extern char *user_name;
extern char *full_name;
extern int debug_alarms;
-extern int active_calendars;
-extern GList *all_calendars;
#endif /* CALENDAR_COMMANDS_H */