diff --git a/palm/palmutil.c b/palm/palmutil.c index 2ff73d8cb..55cea2180 100644 --- a/palm/palmutil.c +++ b/palm/palmutil.c @@ -389,6 +389,14 @@ palm_snprintf( XP_UCHAR* buf, XP_U16 len, XP_UCHAR* format, ... ) } /* palm_snprintf */ #endif +#ifdef FOR_GREMLINS +static Boolean +doNothing( EventPtr event ) +{ + return true; +} /* doNothing */ +#endif + #ifdef DEBUG void palm_warnf( char* format, ... ) @@ -534,14 +542,6 @@ palm_debugf( char* format, ...) /* if -0 isn't passed to compiler it wants to find this!!! */ void p_ignore(char* s, ...) {} -#ifdef FOR_GREMLINS -static Boolean -doNothing( EventPtr event ) -{ - return true; -} /* doNothing */ -#endif - void palm_logf( char* format, ... ) {