diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-12-16 13:16:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-12-16 23:57:57 +0800 |
commit | 0427f2cac23a9ccec8590515678bc1ae32c54cf5 (patch) | |
tree | e90dd83a4b06e25660d3edb3a5956a46e88df07d /shell | |
parent | b95e613147c29af969e20ca87e458a700197630c (diff) | |
download | gsoc2013-evolution-0427f2cac23a9ccec8590515678bc1ae32c54cf5.tar.gz gsoc2013-evolution-0427f2cac23a9ccec8590515678bc1ae32c54cf5.tar.zst gsoc2013-evolution-0427f2cac23a9ccec8590515678bc1ae32c54cf5.zip |
EShellBackend: Remove unused enum value.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-backend.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-backend.c b/shell/e-shell-backend.c index e5700d4b2c..fed85cd6e2 100644 --- a/shell/e-shell-backend.c +++ b/shell/e-shell-backend.c @@ -69,7 +69,6 @@ enum { enum { ACTIVITY_ADDED, - ACTIVITY_REMOVED, LAST_SIGNAL }; |