From 6fd82c722835c88e292b206451fda824166f37c0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 18 Jun 2013 12:25:21 -0400 Subject: Remove unused E_TABLE_MEMORY_STORE_COLUMN_TYPE_OBJECT. --- e-util/e-table-memory-store.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'e-util/e-table-memory-store.h') 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 { -- cgit