mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
3db5c5231a
commit
9b154f183b
2 changed files with 4 additions and 11 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue