aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-gpg-context.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-08 05:59:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-08 05:59:27 +0800
commit3af776f2431fe5db6b7c16a94535b544ea33029c (patch)
treecab0b95501308337e52ceb9e15df7f41ef82780a /camel/camel-gpg-context.c
parent2c9cd9f3a0eb11676f5f13d87fc301c80196be18 (diff)
downloadgsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar
gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.gz
gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.bz2
gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.lz
gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.xz
gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.tar.zst
gsoc2013-evolution-3af776f2431fe5db6b7c16a94535b544ea33029c.zip
Disable debug printf's
2003-04-07 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c: Disable debug printf's svn path=/trunk/; revision=20733
Diffstat (limited to 'camel/camel-gpg-context.c')
-rw-r--r--camel/camel-gpg-context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-gpg-context.c b/camel/camel-gpg-context.c
index af6f7d2d4f..17869fe3ff 100644
--- a/camel/camel-gpg-context.c
+++ b/camel/camel-gpg-context.c
@@ -45,7 +45,7 @@
#include "camel-stream-fs.h"
#include "camel-operation.h"
-#define d(x) x
+#define d(x)
static void camel_gpg_context_class_init (CamelGpgContextClass *klass);
static void camel_gpg_context_init (CamelGpgContext *obj);