diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-24 00:43:23 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-24 00:43:23 +0800 |
commit | dc28866623f68d54c272a7474731cb3c5998d600 (patch) | |
tree | 75d627de7884bd796e1f13f0845941d322674d2d /calendar/ChangeLog | |
parent | 628c87cf3fd566cb6f1c68d847409d288f394edb (diff) | |
download | gsoc2013-evolution-dc28866623f68d54c272a7474731cb3c5998d600.tar.gz gsoc2013-evolution-dc28866623f68d54c272a7474731cb3c5998d600.tar.zst gsoc2013-evolution-dc28866623f68d54c272a7474731cb3c5998d600.zip |
remove unused variable
2004-03-23 JP Rosevear <jpr@ximian.com>
* gui/dialogs/copy-source-dialog.c (copy_source): remove unused
variable
* gui/e-cal-model.c (e_cal_model_copy_component_data): make the
precondition return NULL
* gui/control-factory.c (get_prop): make sure this code isn't
reached
* gui/calendar-component.c
(calendar_component_peek_source_selector): cast to kill warning
svn path=/trunk/; revision=25159
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8d2c436ee9..5667ae6dc0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2004-03-23 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/copy-source-dialog.c (copy_source): remove unused + variable + + * gui/e-cal-model.c (e_cal_model_copy_component_data): make the + precondition return NULL + + * gui/control-factory.c (get_prop): make sure this code isn't + reached + + * gui/calendar-component.c + (calendar_component_peek_source_selector): cast to kill warning + 2004-03-23 Umesh Tiwari <tiwariumesh232@rediffmaiil.com> For bug#53417 |