Removed injust assertion failure when clicking on the menu bar. Debug target would complain about an invalid window.

Maarten
This commit is contained in:
Maarten Gribnau 2003-01-01 21:20:10 +00:00
parent 729281a021
commit 6cafc69ef6
1 changed files with 0 additions and 1 deletions

View File

@ -629,7 +629,6 @@ bool GHOST_SystemCarbon::handleMouseDown(EventRef event)
part = ::FindWindow(mousePos, &window);
ghostWindow = (GHOST_IWindow*) ::GetWRefCon(window);
GHOST_ASSERT(validWindow(ghostWindow), "GHOST_SystemCarbon::handleMouseEvent: invalid window");
switch (part) {
case inMenuBar: