[evolution-patches] [Evolution-hackers] Fix for builderror in e-utils



This one fixes a build-error in e-utils/. It removes a very wieerd macro that's already being handled correctly in the c-file, and that made the compilation stop working at some point (I can't find the reason why it should be like the macro)

-- 
Philip Van Hoof, Software Developer @ Cronos
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: philip dot vanhoof at cronos dot be
junk: philip dot vanhoof at gmail dot com
http://www.pvanhoof.be/
Index: e-profile-event.h
===================================================================
RCS file: /cvs/gnome/evolution/e-util/e-profile-event.h,v
retrieving revision 1.1
diff -u -r1.1 e-profile-event.h
--- e-profile-event.h	28 Apr 2005 09:59:50 -0000	1.1
+++ e-profile-event.h	1 May 2005 10:36:44 -0000
@@ -80,11 +80,6 @@
 
 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
 
 /* ********************************************************************** */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]