mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 15:11:37 +00:00
revert accidentally added change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23750 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f07b4d16bd
commit
21e2ff8447
1 changed files with 0 additions and 1 deletions
|
@ -287,7 +287,6 @@ static NSCursor *helpCursor = nil;
|
|||
|
||||
+ (void) setContextHelpModeActive: (BOOL) flag
|
||||
{
|
||||
NSLog(@"setContextHelpModeActive: %d", flag);
|
||||
if (flag != _gnu_contextHelpActive)
|
||||
{
|
||||
_gnu_contextHelpActive = flag;
|
||||
|
|
Loading…
Reference in a new issue