aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/gal-view-minicard.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-02-01 09:18:42 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2009-02-01 09:18:42 +0800
commit51dba6bd0c19773ba8b631efbf51c07d548fc75c (patch)
treef436eab528c04f7945da3fc6f74137f55f0b2ab3 /addressbook/gui/widgets/gal-view-minicard.c
parent92f58ec041cecc9323312600a8cef9a1d71cd026 (diff)
downloadgsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar
gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.gz
gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.bz2
gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.lz
gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.xz
gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.tar.zst
gsoc2013-evolution-51dba6bd0c19773ba8b631efbf51c07d548fc75c.zip
** Disable debug macros (#define d(x) x) throughout. (#569638)
2009-01-31 Matthew Barnes <mbarnes@redhat.com> ** Disable debug macros (#define d(x) x) throughout. (#569638) svn path=/trunk/; revision=37202
Diffstat (limited to 'addressbook/gui/widgets/gal-view-minicard.c')
-rw-r--r--addressbook/gui/widgets/gal-view-minicard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/gal-view-minicard.c b/addressbook/gui/widgets/gal-view-minicard.c
index 02276a6960..4645517bfc 100644
--- a/addressbook/gui/widgets/gal-view-minicard.c
+++ b/addressbook/gui/widgets/gal-view-minicard.c
@@ -34,7 +34,7 @@
#include "gal-view-minicard.h"
#define PARENT_TYPE gal_view_get_type ()
-#define d(x) x
+#define d(x)
static GalViewClass *gal_view_minicard_parent_class;