removed trailing whitespace.
2004-02-05 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-crop.c: removed trailing whitespace. * app/gui/debug-commands.[ch] * app/gui/toolbox-menu.c: renamed ENABLE_DEBUG_ENTRIES to ENABLE_DEBUG_MENU and #define it to be equal to GIMP_UNSTABLE.
This commit is contained in:

committed by
Michael Natterer

parent
b48b110e3e
commit
be6b23d68a
@ -20,17 +20,17 @@
|
||||
#define __DEBUG_COMMANDS_H__
|
||||
|
||||
|
||||
#define ENABLE_DEBUG_ENTRIES 1
|
||||
#define ENABLE_DEBUG_MENU GIMP_UNSTABLE
|
||||
|
||||
|
||||
#ifdef ENABLE_DEBUG_ENTRIES
|
||||
#ifdef ENABLE_DEBUG_MENU
|
||||
void debug_dump_menus_cmd_callback (GtkWidget *widget,
|
||||
gpointer data,
|
||||
guint action);
|
||||
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
||||
gpointer data,
|
||||
guint action);
|
||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
||||
#endif /* ENABLE_DEBUG_MENU */
|
||||
|
||||
|
||||
#endif /* __DEBUG_COMMANDS_H__ */
|
||||
|
Reference in New Issue
Block a user