aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/test.c
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 /widgets/test.c
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 'widgets/test.c')
-rw-r--r--widgets/test.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/widgets/test.c b/widgets/test.c
deleted file mode 100644
index 0eece34467..0000000000
--- a/widgets/test.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <config.h>
-#include "e-table-simple.h"
-
-struct {
- char *str;
- int val;
-} data [] = {
- { "Miguel", 10 },
- { "Nat", 20 },
- { NULL, 0 },
-};
-
-main ()
-{
-
-}
-