diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-12-17 05:04:54 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-12-17 05:04:54 +0800 |
commit | 58f30d377695e9ef03443f5e4cc1ae32ff44b272 (patch) | |
tree | f4c1cbae06a8368d5d9e661e4183bd322d3cdb8a /e-util | |
parent | c5244efdf6d65718c1f5dca6840e567bb84f41fa (diff) | |
download | gsoc2013-evolution-58f30d377695e9ef03443f5e4cc1ae32ff44b272.tar.gz gsoc2013-evolution-58f30d377695e9ef03443f5e4cc1ae32ff44b272.tar.zst gsoc2013-evolution-58f30d377695e9ef03443f5e4cc1ae32ff44b272.zip |
Remove unused marshallers.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-marshal.list | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/e-util/e-marshal.list b/e-util/e-marshal.list index 62be8aa74a..ee2106ff0d 100644 --- a/e-util/e-marshal.list +++ b/e-util/e-marshal.list @@ -1,6 +1,5 @@ BOOLEAN:BOXED BOOLEAN:BOXED,STRING -BOOLEAN:BOXED,POINTER,POINTER BOOLEAN:INT,INT,BOXED BOOLEAN:INT,INT,OBJECT,INT,INT,UINT BOOLEAN:INT,POINTER,INT,BOXED @@ -16,10 +15,7 @@ BOOLEAN:POINTER,POINTER,POINTER,POINTER BOOLEAN:STRING BOOLEAN:STRING,INT DOUBLE:OBJECT,DOUBLE,DOUBLE,BOOLEAN -INT:BOXED INT:INT -INT:INT,INT,BOXED -INT:INT,POINTER,INT,BOXED INT:OBJECT,BOXED INT:POINTER NONE:BOXED,INT @@ -55,6 +51,3 @@ NONE:STRING,INT NONE:STRING,INT,INT NONE:STRING,OBJECT NONE:STRING,POINTER,POINTER -NONE:STRING,STRING -NONE:UINT,STRING -STRING:NONE |