diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-10 20:45:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-10 20:45:08 +0800 |
commit | e48ac5d4f23be78a7da69660f20bc0f04157258e (patch) | |
tree | 76f8bbb23c298ec5cc3f8f51585749d768a8698f | |
parent | 0e32287bbb63df6b8f64f0bf68848438fe2aa3cc (diff) | |
download | gsoc2013-evolution-e48ac5d4f23be78a7da69660f20bc0f04157258e.tar.gz gsoc2013-evolution-e48ac5d4f23be78a7da69660f20bc0f04157258e.tar.zst gsoc2013-evolution-e48ac5d4f23be78a7da69660f20bc0f04157258e.zip |
Kill e-shell-marshal.list (unused).
svn path=/branches/kill-bonobo/; revision=35949
-rw-r--r-- | shell/Makefile.am | 4 | ||||
-rw-r--r-- | shell/e-shell-marshal.list | 26 | ||||
-rw-r--r-- | shell/e-shell-window.c | 1 |
3 files changed, 0 insertions, 31 deletions
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" |