[evolution-data-server] Remove unused code



commit 2bf6b60279859394a7475d109667d6b76767e95e
Author: Kjartan Maraas <kmaraas gnome org>
Date:   Fri Sep 25 22:02:30 2009 +0200

    Remove unused code

 calendar/backends/file/e-cal-backend-file-todos.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/calendar/backends/file/e-cal-backend-file-todos.c b/calendar/backends/file/e-cal-backend-file-todos.c
index 28dae79..c42cc83 100644
--- a/calendar/backends/file/e-cal-backend-file-todos.c
+++ b/calendar/backends/file/e-cal-backend-file-todos.c
@@ -122,13 +122,11 @@ static void
 e_cal_backend_file_todos_finalize (GObject *object)
 {
 	ECalBackendFileTodos *cbfile;
-	ECalBackendFileTodosPrivate *priv;
 
 	g_return_if_fail (object != NULL);
 	g_return_if_fail (E_IS_CAL_BACKEND_FILE_TODOS (object));
 
 	cbfile = E_CAL_BACKEND_FILE_TODOS (object);
-	priv = cbfile->priv;
 
 	if (G_OBJECT_CLASS (parent_class)->finalize)
 		(* G_OBJECT_CLASS (parent_class)->finalize) (object);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]