aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-10-22 22:10:45 +0800
committerDan Winship <danw@src.gnome.org>2003-10-22 22:10:45 +0800
commit31be44baaaaf661c00292c53f03ebeba336155bd (patch)
treefe77b2f9ef7791bd60ae2638c951c22069b47111 /shell/main.c
parentb29a2c0486956844ea8cd17ef6fd0ccdc049e372 (diff)
downloadgsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar
gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.gz
gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.bz2
gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.lz
gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.xz
gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.tar.zst
gsoc2013-evolution-31be44baaaaf661c00292c53f03ebeba336155bd.zip
Remove e_proxy_init call. (e-proxy is gone now)
* main.c: Remove e_proxy_init call. (e-proxy is gone now) svn path=/trunk/; revision=22975
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c
index a7ed51eb1a..63879ab25b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -24,7 +24,6 @@
#include "e-util/e-dialog-utils.h"
#include "e-util/e-gtk-utils.h"
-#include "e-util/e-proxy.h"
#include "e-icon-factory.h"
#include "e-shell-constants.h"
@@ -597,7 +596,6 @@ main (int argc, char **argv)
glade_init ();
e_cursors_init ();
e_icon_factory_init ();
- e_proxy_init ();
gnome_window_icon_set_default_from_file (EVOLUTION_IMAGES "/evolution-inbox.png");