aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-string.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-08-05 03:29:35 +0800
committernobody <nobody@localhost>2001-08-05 03:29:35 +0800
commit26eb615de8b85266a456f2155fb39ce63fc76e63 (patch)
tree0f0f7d161df8ec2e9a2e06dc0f87a8c17389d1e1 /widgets/table/e-cell-string.c
parent950e90cd92e950cb17645b5c3d6fc6eae2f07c5e (diff)
downloadgsoc2013-evolution-guikachu-0_8.tar
gsoc2013-evolution-guikachu-0_8.tar.gz
gsoc2013-evolution-guikachu-0_8.tar.bz2
gsoc2013-evolution-guikachu-0_8.tar.lz
gsoc2013-evolution-guikachu-0_8.tar.xz
gsoc2013-evolution-guikachu-0_8.tar.zst
gsoc2013-evolution-guikachu-0_8.zip
This commit was manufactured by cvs2svn to create tag 'guikachu-0_8'.guikachu-0_8
svn path=/tags/guikachu-0_8/; revision=11681
Diffstat (limited to 'widgets/table/e-cell-string.c')
-rw-r--r--widgets/table/e-cell-string.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/widgets/table/e-cell-string.c b/widgets/table/e-cell-string.c
deleted file mode 100644
index 992b1bd10e..0000000000
--- a/widgets/table/e-cell-string.c
+++ /dev/null
@@ -1,9 +0,0 @@
-ECell *
-e_cell_string_new (void)
-{
- ECell *ecell;
-
- ecell = gtk_type_new (ecell);
-
- return ecell;
-}