aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/menus.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>1998-08-25 03:30:06 +0800
committernobody <nobody@localhost>1998-08-25 03:30:06 +0800
commit6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c (patch)
treeaba63c4563f2746447a962ed2cce62c6412adda5 /calendar/menus.h
parentabdba7c651a0a04809c8a8a20c72188fbd62d2b9 (diff)
downloadgsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.tar
gsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.tar.gz
gsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.tar.bz2
gsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.tar.lz
gsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.tar.xz
gsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.tar.zst
gsoc2013-evolution-6f8dd17dcdc11ee3a3f6ad2c2c862f3c10b48c1c.zip
This commit was manufactured by cvs2svn to create tag 'V_0_00_01'.V_0_00_01
svn path=/tags/V_0_00_01/; revision=335
Diffstat (limited to 'calendar/menus.h')
-rw-r--r--calendar/menus.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/calendar/menus.h b/calendar/menus.h
deleted file mode 100644
index 2cf5ab08e2..0000000000
--- a/calendar/menus.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef __MENUS_H__
-#define __MENUS_H__
-
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
-#include <gtk/gtk.h>
-
-void get_main_menu (GtkWidget **menubar, GtkAcceleratorTable **table);
-void menus_create(GtkMenuEntry *entries, int nmenu_entries);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif /* __MENUS_H__ */