aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-profile-event.h
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-05-03 00:46:14 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-05-03 00:46:14 +0800
commit59ea710a67311c57039c696855869aa0af84fb67 (patch)
tree81082bf937e63e603c48b6c046a6e0e49c0b8d5b /e-util/e-profile-event.h
parentc3a1fe7200f6aa64ecabfa4e53f4cb1adee40585 (diff)
downloadgsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar
gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.gz
gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.bz2
gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.lz
gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.xz
gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.tar.zst
gsoc2013-evolution-59ea710a67311c57039c696855869aa0af84fb67.zip
This method is a no-op if we are building without ENABLE_PROFILE defined,
2005-05-02 Rodney Dawes <dobey@novell.com> * e-profile-event.h (e_profile_event_emit): This method is a no-op if we are building without ENABLE_PROFILE defined, so we don't need to define a macro to no-op it, and change ABI at compile time svn path=/trunk/; revision=29259
Diffstat (limited to 'e-util/e-profile-event.h')
-rw-r--r--e-util/e-profile-event.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/e-util/e-profile-event.h b/e-util/e-profile-event.h
index ad6d52d204..3429184f89 100644
--- a/e-util/e-profile-event.h
+++ b/e-util/e-profile-event.h
@@ -80,11 +80,7 @@ EProfileEvent *e_profile_event_peek(void);
EProfileEventTarget *e_profile_event_target_new(EProfileEvent *emp, const char *id, const char *uid, guint32 flags);
-#ifndef ENABLE_PROFILING
-#define e_profile_event_emit(id, uid, flags)
-#else
void e_profile_event_emit(const char *id, const char *uid, guint32 flags);
-#endif
/* ********************************************************************** */