diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-10 09:40:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-10 10:19:20 +0800 |
commit | 5beeca1f80c3a618feeeb2c5b7e09cc47b64387d (patch) | |
tree | 10a64d9c5ee58b63f908a173451135c6447ddd90 /shell | |
parent | bd5d405fe311361f27c78cd48682d2e067273d27 (diff) | |
download | gsoc2013-evolution-5beeca1f80c3a618feeeb2c5b7e09cc47b64387d.tar.gz gsoc2013-evolution-5beeca1f80c3a618feeeb2c5b7e09cc47b64387d.tar.zst gsoc2013-evolution-5beeca1f80c3a618feeeb2c5b7e09cc47b64387d.zip |
Kill e-cursor(s) (both of them).
Diffstat (limited to 'shell')
-rw-r--r-- | shell/main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/main.c b/shell/main.c index f5c757af0b..491865532b 100644 --- a/shell/main.c +++ b/shell/main.c @@ -63,8 +63,6 @@ #include "e-util/e-util-private.h" #include "e-util/e-util.h" -#include "widgets/misc/e-cursors.h" - #include <fcntl.h> #include <signal.h> #include <string.h> @@ -574,7 +572,6 @@ main (gint argc, gchar **argv) } glade_init (); - e_cursors_init (); e_icon_factory_init (); e_passwords_init (); @@ -628,7 +625,6 @@ main (gint argc, gchar **argv) gtk_accel_map_save (e_get_accels_filename ()); e_icon_factory_shutdown (); - e_cursors_shutdown (); #ifdef G_OS_WIN32 link_shutdown (); #endif |