This shouldn't happen at all anymore, so make it fatal.

svn path=/trunk/kdebase/kwin/; revision=253815
This commit is contained in:
Luboš Luňák 2003-09-25 10:36:31 +00:00
parent 8e367689cd
commit 0be0f139fa

View file

@ -697,9 +697,7 @@ inline bool Client::isManaged() const
inline
Time Client::userTime() const
{
Q_ASSERT( user_time != CurrentTime );
if( user_time == CurrentTime )
kdDebug() << kdBacktrace() << endl;
assert( user_time != CurrentTime );
return user_time;
}