mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:50:38 +00:00
* Source/GSNibLoading.m (NSCustomView): Correct implementation of
-initWithCoder: and remove -awakeAfterUsingCoder:. * Source/NSSound.m: Remove method -awakeAfterUsingCoder:. * Source/NSWindow.m (-_captureMouse:, -_releaseMouse:) Add some debug log code here to simplify debugging these methods. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3cdc68a09b
commit
de705cc3db
4 changed files with 63 additions and 60 deletions
|
@ -767,11 +767,6 @@ static inline void _loadNSSoundPlugIns (void)
|
|||
return self;
|
||||
}
|
||||
|
||||
- (id) awakeAfterUsingCoder: (NSCoder *)coder
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
//
|
||||
// NSCopying
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue