diff options
Diffstat (limited to 'calendar/gui/gncal-todo.h')
-rw-r--r-- | calendar/gui/gncal-todo.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/calendar/gui/gncal-todo.h b/calendar/gui/gncal-todo.h deleted file mode 100644 index a48f8ce47d..0000000000 --- a/calendar/gui/gncal-todo.h +++ /dev/null @@ -1,22 +0,0 @@ -/* To-do widget for gncal - * - * Copyright (C) 2000 The Free Software Foundation - * - * Author: Federico Mena <federico@helixcode.com> - */ - -#ifndef GNCAL_TODO_H -#define GNCAL_TODO_H - -#include <libgnome/gnome-defs.h> -#include "gnome-cal.h" - -BEGIN_GNOME_DECLS - - -void gncal_todo_edit (CalClient *client, CalComponent *comp); - - -END_GNOME_DECLS - -#endif |