diff options
author | Ted Gould <ted@gould.cx> | 2011-02-08 22:18:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-08 22:18:56 -0600 |
commit | 088c1f4ccd34ee463c9aa414cda870af260bdb55 (patch) | |
tree | 0263984af93a2cc258678f2c298709005e78f3e4 /src | |
parent | 0762db0fce151ca766ead41cdeff602e0fdf7cb6 (diff) | |
download | ayatana-indicator-datetime-088c1f4ccd34ee463c9aa414cda870af260bdb55.tar.gz ayatana-indicator-datetime-088c1f4ccd34ee463c9aa414cda870af260bdb55.tar.bz2 ayatana-indicator-datetime-088c1f4ccd34ee463c9aa414cda870af260bdb55.zip |
Commenting out unused code for now
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-service.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 9e3e938..129d93e 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -71,7 +71,7 @@ static DbusmenuMenuitem * calendar = NULL; static DbusmenuMenuitem * settings = NULL; static DbusmenuMenuitem * tzchange = NULL; static DbusmenuMenuitem * add_appointment = NULL; -static DbusmenuMenuitem * add_location = NULL; +// static DbusmenuMenuitem * add_location = NULL; static GList * appointments = NULL; static ECal * ecal = NULL; static const gchar * ecal_timezone = NULL; @@ -285,6 +285,7 @@ check_for_calendar (gpointer user_data) return FALSE; } +/* static gboolean update_timezone_menu_items(gpointer user_data) { // Get the current location as specified by the user as a place name and time and add it, @@ -295,6 +296,7 @@ update_timezone_menu_items(gpointer user_data) { // Hook up each of these to setting the time/current timezone return FALSE; } +*/ // Compare function for g_list_sort of ECalComponent objects static gint |