aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-memory-store.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-19 00:17:16 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-19 00:29:17 +0800
commit77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b (patch)
tree8629f89f999f3d9d504d5d57fe76f07716deebff /e-util/e-table-memory-store.h
parentc603304bd7f55a4a20592bf2704f8b402c36b411 (diff)
downloadgsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.tar
gsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.tar.gz
gsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.tar.bz2
gsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.tar.lz
gsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.tar.xz
gsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.tar.zst
gsoc2013-evolution-77f165b6cf9b3a8c8e6d1c71a7a69f232f61977b.zip
Remove unused E_TABLE_MEMORY_STORE_COLUMN_TYPE_CUSTOM.
Diffstat (limited to 'e-util/e-table-memory-store.h')
-rw-r--r--e-util/e-table-memory-store.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-table-memory-store.h b/e-util/e-table-memory-store.h
index 89625d28be..e9f88580dc 100644
--- a/e-util/e-table-memory-store.h
+++ b/e-util/e-table-memory-store.h
@@ -58,7 +58,6 @@ typedef enum {
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_CUSTOM
} ETableMemoryStoreColumnType;
typedef struct {