mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
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:
parent
ae97581586
commit
0725950577
3 changed files with 5 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue