From e48ac5d4f23be78a7da69660f20bc0f04157258e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 10 Aug 2008 12:45:08 +0000 Subject: Kill e-shell-marshal.list (unused). svn path=/branches/kill-bonobo/; revision=35949 --- shell/Makefile.am | 4 ---- shell/e-shell-marshal.list | 26 -------------------------- shell/e-shell-window.c | 1 - 3 files changed, 31 deletions(-) delete mode 100644 shell/e-shell-marshal.list (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 9569f91bf9..b3a8a848bc 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -179,9 +179,6 @@ uninstall-local: uninstall-evolution endif -MARSHAL_GENERATED = e-shell-marshal.c e-shell-marshal.h -@EVO_MARSHAL_RULE@ - # Extra dist stuff EXTRA_DIST = \ @@ -189,7 +186,6 @@ EXTRA_DIST = \ $(glade_DATA) \ $(schema_in_files) \ ChangeLog.pre-1-4 \ - e-shell-marshal.list \ evolution-nognome.in # Purify support diff --git a/shell/e-shell-marshal.list b/shell/e-shell-marshal.list deleted file mode 100644 index 2b7c3eb383..0000000000 --- a/shell/e-shell-marshal.list +++ /dev/null @@ -1,26 +0,0 @@ -BOOL:POINTER,INT -NONE:BOOL,INT -NONE:INT,INT -NONE:INT,POINTER -NONE:INT,STRING -NONE:POINTER,INT -NONE:POINTER,INT,INT -NONE:POINTER,POINTER -NONE:POINTER,POINTER,POINTER -NONE:POINTER,POINTER,POINTER,BOOL -NONE:POINTER,POINTER,POINTER,POINTER -NONE:POINTER,POINTER,POINTER,POINTER,POINTER -NONE:POINTER,STRING -NONE:POINTER,STRING,BOOL -NONE:POINTER,STRING,STRING -NONE:POINTER,STRING,STRING,BOOL -NONE:POINTER,STRING,STRING,STRING,STRING -NONE:STRING,BOOL -NONE:STRING,INT -NONE:STRING,INT,INT -NONE:STRING,POINTER -NONE:STRING,POINTER,POINTER -NONE:STRING,STRING -NONE:STRING,STRING,STRING -NONE:STRING,STRING,STRING,STRING -NONE:STRING,POINTER,POINTER,UINT,UINT diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 8b842b50e1..cc87555c47 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -29,7 +29,6 @@ #include "e-util/gconf-bridge.h" #include "widgets/misc/e-online-button.h" -#include "e-shell-marshal.h" #include "e-sidebar.h" #include "es-menu.h" #include "es-event.h" -- cgit