diff options
author | Bastien Nocera <hadess@hadess.net> | 2014-01-24 20:37:32 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2014-01-24 20:37:32 +0100 |
commit | 5e49ff24c4c16f1512390b5cf75d101ef8c9b343 (patch) | |
tree | 6dbc9be6bede97c008378dae9d8341913cf0f40d /src | |
parent | f5389653d9f3843bcb86f5fb70b9153a3853f3e2 (diff) | |
download | totem-5e49ff24c4c16f1512390b5cf75d101ef8c9b343.tar.gz |
grilo: Remove unused enum
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/grilo/totem-grilo.c | 5 |
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, |