mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
Removed logging statement that shouldn't have been committed
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@34175 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96aad93e0f
commit
98e188a767
2 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
Improved the menu theming to support some common menu look variations.
|
||||
Fixed bug #34792 too.
|
||||
* Headers/Additions/GNUstepGUI/GSTheme.h
|
||||
* Source/GSTheme.m
|
||||
* Source/GSThemeDrawing.m
|
||||
(-menuBackgroundColor, -menuItemBackgroundColor, -menuBorderColor
|
||||
-menuBorderColorForEdge:isHorizontal:,
|
||||
|
|
|
@ -393,7 +393,6 @@ typedef struct {
|
|||
cls = self;
|
||||
}
|
||||
instance = [[cls alloc] initWithBundle: bundle];
|
||||
NSLog(@"Instantiated %@ from %@ in %@", instance, cls, [bundle bundlePath]);
|
||||
return AUTORELEASE(instance);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue