aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2004-04-05 20:17:34 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2004-04-05 20:17:34 +0800
commit835cb9040bfbceaf87a81731cb67b70671663359 (patch)
treee5877ef23c79fb5f9d51b55c33ae893d101226d4
parent89c5da7d4e417fb861ce1f9caee031c720423e23 (diff)
downloadgsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.tar
gsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.tar.gz
gsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.tar.bz2
gsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.tar.lz
gsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.tar.xz
gsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.tar.zst
gsoc2013-evolution-835cb9040bfbceaf87a81731cb67b70671663359.zip
removed commented code.
2004-04-05 Rodrigo Moya <rodrigo@ximian.com> * gui/alarm-notify/alarm-queue.c: removed commented code. svn path=/trunk/; revision=25316
-rw-r--r--calendar/ChangeLog2
-rw-r--r--calendar/gui/alarm-notify/alarm-queue.c34
2 files changed, 2 insertions, 34 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e3976f49c6..9e567d0db8 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,7 @@
2004-04-05 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/alarm-notify/alarm-queue.c: removed commented code.
+
* gui/alarm-notify/notify-main.c (main): removed useless call to set
the POA after construction.
diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c
index b6f46ea859..cfbd124c64 100644
--- a/calendar/gui/alarm-notify/alarm-queue.c
+++ b/calendar/gui/alarm-notify/alarm-queue.c
@@ -681,40 +681,6 @@ edit_component (ECal *client, ECalComponent *comp)
CORBA_exception_free (&ev);
}
-
-/* /\* Callback used from the alarm notify dialog *\/ */
-/* static void */
-/* notify_dialog_cb (AlarmNotifyResult result, int snooze_mins, gpointer data) */
-/* { */
-
-/* switch (result) { */
-/* case ALARM_NOTIFY_SNOOZE: */
-/* create_snooze (c->cqa, c->alarm_id, snooze_mins); */
-
-/* g_object_unref (c->comp); */
-/* g_object_unref (c->client); */
-/* g_free (c); */
-/* return; */
-
-/* case ALARM_NOTIFY_EDIT: */
-/* edit_component (c->client, c->comp); */
-/* break; */
-
-/* case ALARM_NOTIFY_CLOSE: */
-/* /\* Do nothing *\/ */
-/* break; */
-
-/* default: */
-/* g_assert_not_reached (); */
-/* } */
-
-/* if (c->cqa != NULL) */
-/* remove_queued_alarm (c->cqa, c->alarm_id, TRUE, TRUE); */
-/* g_object_unref (c->comp); */
-/* g_object_unref (c->client); */
-/* g_free (c); */
-/* } */
-
typedef struct {
char *message;
gboolean blink_state;