I don't remember why this was added. Fixes bug #2165

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25178 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2008-04-26 13:54:39 +00:00
parent fc1ca2da5c
commit b735dc91eb
-2
View File
@@ -231,8 +231,6 @@ KeymapWindow::AddMaps(BView *placeholderView)
bool
KeymapWindow::QuitRequested()
{
if (!IsActive())
return false;
be_app->PostMessage(B_QUIT_REQUESTED);
return true;
}