Roll back addition of redundant method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@37539 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
thebeing 2014-01-05 23:03:35 +00:00
parent 3db5c5231a
commit 9b154f183b
2 changed files with 4 additions and 11 deletions

View file

@ -1,3 +1,7 @@
2013-01-05 Niels Grewe <niels.grewe@halbordnung.de>
* Source/x11/XGServerWindow.m: Remove redundant method.
2013-01-05 Fred Kiefer <FredKiefer@gmx.de>
* Source/x11/XGServerWindow.m(-_checkStyle:): Change NSLog into NSDebugLLog.

View file

@ -2292,17 +2292,6 @@ _get_next_prop_new_event(Display *display, XEvent *event, char *arg)
return window->number;
}
- (void*)backendIdentifierForWindow: (int)win
{
gswindow_device_t *window;
window = WINDOW_WITH_TAG(win);
if (!window)
{
return NULL;
}
return (void*)(intptr_t)window->ident;
}
- (void) termwindow: (int)win
{
gswindow_device_t *window;