aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/main.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1998-08-05 07:56:12 +0800
committernobody <nobody@localhost>1998-08-05 07:56:12 +0800
commit05dfb3cf4cf1b0c36287e022229e722024cd96fb (patch)
treef5136c736af4416ea990304d7741218ce61e9a75 /calendar/gui/main.h
parent6c3c0efea6680f8ea5d8108a48ced777d3c72536 (diff)
downloadgsoc2013-evolution-0_25.tar
gsoc2013-evolution-0_25.tar.gz
gsoc2013-evolution-0_25.tar.bz2
gsoc2013-evolution-0_25.tar.lz
gsoc2013-evolution-0_25.tar.xz
gsoc2013-evolution-0_25.tar.zst
gsoc2013-evolution-0_25.zip
This commit was manufactured by cvs2svn to create tag 'V0_25'.V0_25
svn path=/tags/V0_25/; revision=300
Diffstat (limited to 'calendar/gui/main.h')
-rw-r--r--calendar/gui/main.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/calendar/gui/main.h b/calendar/gui/main.h
deleted file mode 100644
index 81605a55f6..0000000000
--- a/calendar/gui/main.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef MAIN_H
-#define MAIN_H
-
-extern int day_begin, day_end;
-extern char *user_name;
-extern int am_pm_flag;
-
-void properties (void);
-void day_range_changed (void);
-
-#endif