summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-24 20:37:32 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-24 20:37:32 +0100
commit5e49ff24c4c16f1512390b5cf75d101ef8c9b343 (patch)
tree6dbc9be6bede97c008378dae9d8341913cf0f40d /src
parentf5389653d9f3843bcb86f5fb70b9153a3853f3e2 (diff)
downloadtotem-5e49ff24c4c16f1512390b5cf75d101ef8c9b343.tar.gz
grilo: Remove unused enum
Diffstat (limited to 'src')
-rw-r--r--src/plugins/grilo/totem-grilo.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/grilo/totem-grilo.c b/src/plugins/grilo/totem-grilo.c
index e025cadcf..4c516d0c5 100644
--- a/src/plugins/grilo/totem-grilo.c
+++ b/src/plugins/grilo/totem-grilo.c
@@ -146,11 +146,6 @@ typedef struct {
} CanRemoveData;
enum {
- SEARCH_MODEL_SOURCES_SOURCE = 0,
- SEARCH_MODEL_SOURCES_NAME,
-};
-
-enum {
MODEL_RESULTS_SOURCE = GD_MAIN_COLUMN_LAST,
MODEL_RESULTS_CONTENT,
MODEL_RESULTS_IS_PRETHUMBNAIL,