mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 06:00:44 +00:00
Removed assertion which is no longer needed.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18135 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b8bac8c77a
commit
efce7b72f9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-24 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Palettes/0Menus/GormMenuEditor.m: Minor change to correct assertion failure.
|
||||
|
||||
2003-11-23 23:00 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Version 0.5.0
|
||||
|
|
|
@ -383,7 +383,7 @@
|
|||
|
||||
- (BOOL) activate
|
||||
{
|
||||
NSAssert(isClosed == NO, NSInternalInconsistencyException);
|
||||
// NSAssert(isClosed == NO, NSInternalInconsistencyException);
|
||||
if (original == nil)
|
||||
{
|
||||
NSWindow *w;
|
||||
|
|
Loading…
Reference in a new issue