remove useless assert
This commit is contained in:
parent
9765d18329
commit
379f2c90ce
1 changed files with 2 additions and 1 deletions
|
@ -382,7 +382,8 @@ namespace gcn
|
|||
if (mFocusHandler == NULL)
|
||||
{
|
||||
//throw GCN_EXCEPTION("No focushandler set (did you add the widget to the gui?).");
|
||||
assert(!"No focushandler set (did you add the widget to the gui?).");
|
||||
// assert(!"No focushandler set (did you add the widget to the gui?).");
|
||||
return;
|
||||
}
|
||||
|
||||
if (!mEnabled || (mFocusHandler->getModalFocused() != NULL &&
|
||||
|
|
Loading…
Add table
Reference in a new issue