aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.h
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-07-22 23:38:21 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-07-22 23:38:21 +0800
commit70ef8a70ea16d9f63b2751e8e460404866ca3e76 (patch)
tree8c7aa19fb69acab87d6148dba51b398b19538b4b /calendar/gui/e-week-view.h
parent82ff4d63795c0e6ee67190f082046537435b392c (diff)
downloadgsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.tar
gsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.tar.gz
gsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.tar.bz2
gsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.tar.lz
gsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.tar.xz
gsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.tar.zst
gsoc2013-evolution-70ef8a70ea16d9f63b2751e8e460404866ca3e76.zip
removed e_day_view_set_calendar prototype.
2003-07-21 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.[ch]: removed e_day_view_set_calendar prototype. (e_day_view_set_status_message): removed. * gui/e-week-view.[ch] (e_week_view_set_status_message): removed. * gui/e-cal-view.[ch] (e_cal_view_set_status_message): new functions. (e_cal_view_destroy): unref activity client. * gui/gnome-cal.c: updated to e_*_view/e_cal_view. svn path=/trunk/; revision=21890
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r--calendar/gui/e-week-view.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h
index 73e9c1697a..0fdbbf6cdd 100644
--- a/calendar/gui/e-week-view.h
+++ b/calendar/gui/e-week-view.h
@@ -30,7 +30,6 @@
#include "e-cal-view.h"
#include "gnome-cal.h"
-#include "evolution-activity-client.h"
#ifdef __cplusplus
extern "C" {
@@ -365,9 +364,6 @@ struct _EWeekView
/* The default category for new events */
char *default_category;
-
- /* The activity client used to show messages on the status bar. */
- EvolutionActivityClient *activity;
};
struct _EWeekViewClass
@@ -504,9 +500,6 @@ gint e_week_view_get_time_string_width (EWeekView *week_view);
gint e_week_view_event_sort_func (const void *arg1,
const void *arg2);
-void e_week_view_set_status_message (EWeekView *week_view,
- const char *message);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */