aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h-29002
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-11-19 01:31:15 +0800
committernobody <nobody@localhost>1999-11-19 01:31:15 +0800
commit5a04d9767bbcc49acf9ed22c86c08b8f37af159d (patch)
treead52b7d03aa2183492e85031db40e06afdf406f9 /e-util/e-util.h-29002
parenta4fe6af80877ae299217e74d2ca859189bbb4bb3 (diff)
downloadgsoc2013-evolution-LIBGLADE_0_9.tar.gz
gsoc2013-evolution-LIBGLADE_0_9.tar.zst
gsoc2013-evolution-LIBGLADE_0_9.zip
This commit was manufactured by cvs2svn to create tag 'LIBGLADE_0_9'.LIBGLADE_0_9
svn path=/tags/LIBGLADE_0_9/; revision=1414
Diffstat (limited to 'e-util/e-util.h-29002')
-rw-r--r--e-util/e-util.h-2900224
1 files changed, 0 insertions, 24 deletions
diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002
deleted file mode 100644
index ad4d754770..0000000000
--- a/e-util/e-util.h-29002
+++ /dev/null
@@ -1,24 +0,0 @@
-#ifndef _E_UTIL_H_
-#define _E_UTIL_H_
-
-#define E_MAKE_TYPE(l,str,t,ci,i,parent) \
-GtkType l##_get_type(void)\
-{\
- static GtkType type = 0;\
- if (!type){\
- GtkTypeInfo info = {\
- str,\
- sizeof (t),\
- sizeof (t##Class),\
- (GtkClassInitFunc) ci,\
- (GtkObjectInitFunc) i,\
- NULL, /* reserved 1 */\
- NULL, /* reserved 2 */\
- (GtkClassInitFunc) NULL\
- };\
- type = gtk_type_unique (parent, &info);\
- }\
- return type;\
-}\
-
-#endif /* _E_UTIL_H_ */