Remove print event queue function accidently checked in

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40275 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-12-22 17:22:48 +00:00
parent 49bf74a798
commit 3efb33e35c

View file

@ -140,11 +140,6 @@ GSCurrentServer(void)
}
}
+ (void) _printEventQueue
{
[GSCurrentServer() _printEventQueue];
}
/** Set the concrete subclass that will provide the device dependant
implementation.
*/