app: move the instance debug facility to the new file app/gimp-debug.c
Build it unconditionally but enable it via GIMP_DEBUG=instances
This commit is contained in:
@ -70,11 +70,5 @@ gint gimp_object_name_collate (GimpObject *object1,
|
||||
gint64 gimp_object_get_memsize (GimpObject *object,
|
||||
gint64 *gui_size);
|
||||
|
||||
/* #define DEBUG_INSTANCES 1 */
|
||||
|
||||
#ifdef DEBUG_INSTANCES
|
||||
void gimp_object_debug_instances (void);
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* __GIMP_OBJECT_H__ */
|
||||
|
||||
Reference in New Issue
Block a user