aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-memory-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-19 00:25:21 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-19 00:29:17 +0800
commit6fd82c722835c88e292b206451fda824166f37c0 (patch)
tree31ab318ccd37856791ca12f7b087f7ef14e5b378 /e-util/e-table-memory-store.h
parent77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b (diff)
downloadgsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.tar
gsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.tar.gz
gsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.tar.bz2
gsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.tar.lz
gsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.tar.xz
gsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.tar.zst
gsoc2013-evolution-6fd82c722835c88e292b206451fda824166f37c0.zip
Remove unused E_TABLE_MEMORY_STORE_COLUMN_TYPE_OBJECT.
Diffstat (limited to 'e-util/e-table-memory-store.h')
-rw-r--r--e-util/e-table-memory-store.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/e-util/e-table-memory-store.h b/e-util/e-table-memory-store.h
index e9f88580dc..d3b95409f7 100644
--- a/e-util/e-table-memory-store.h
+++ b/e-util/e-table-memory-store.h
@@ -56,8 +56,7 @@ typedef enum {
E_TABLE_MEMORY_STORE_COLUMN_TYPE_TERMINATOR,
E_TABLE_MEMORY_STORE_COLUMN_TYPE_INTEGER,
E_TABLE_MEMORY_STORE_COLUMN_TYPE_STRING,
- E_TABLE_MEMORY_STORE_COLUMN_TYPE_PIXBUF,
- E_TABLE_MEMORY_STORE_COLUMN_TYPE_OBJECT,
+ E_TABLE_MEMORY_STORE_COLUMN_TYPE_PIXBUF
} ETableMemoryStoreColumnType;
typedef struct {