Roll back addition of redundant method.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37539 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Niels Grewe 2014-01-05 23:03:35 +00:00
parent ae97581586
commit 0725950577
3 changed files with 5 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2014-01-05 Niels Grewe <niels.grewe@halbordnung.de>
* Headers/Additions/GNUstepGUI/GSDisplayServer.h
* Source/GSDisplayServer.m:
Remove redundant method again.
2014-01-01 Niels Grewe <niels.grewe@halbordnung.de>
* Headers/Additions/GNUstepGUI/GSDisplayServer.h
* Source/GSDisplayServer.m:

View file

@ -127,7 +127,6 @@ APPKIT_EXPORT NSString *GSScreenNumber;
- (int) window: (NSRect)frame : (NSBackingStoreType)type : (unsigned int)style
: (int)screen;
- (void) termwindow: (int)win;
- (void*)backendIdentifierForWindow: (int)win;
- (int) nativeWindow: (void *)winref : (NSRect*)frame : (NSBackingStoreType*)type
: (unsigned int*)style : (int*)screen;

View file

@ -570,11 +570,6 @@ GSCurrentServer(void)
[self subclassResponsibility: _cmd];
}
- (void*)backendIdentifierForWindow: (int)win
{
return win;
}
/** Create all the backend structures for a reference to a native window and
return the extend, backing type, style and screen for that window. */
- (int) nativeWindow: (void *)winref