Remove debug leftover.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12083 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2644,8 +2644,6 @@ BWindow::determine_target(BMessage *msg, BHandler *target, bool pref)
|
|||||||
// to determine what BHandler will dispatch the message and what filters
|
// to determine what BHandler will dispatch the message and what filters
|
||||||
// should be checked before doing so.
|
// should be checked before doing so.
|
||||||
|
|
||||||
printf("determine_target: %x, %x, %s\n", msg, target, pref ? "true" : "false");
|
|
||||||
|
|
||||||
switch (msg->what) {
|
switch (msg->what) {
|
||||||
case B_KEY_DOWN:
|
case B_KEY_DOWN:
|
||||||
case B_KEY_UP:
|
case B_KEY_UP:
|
||||||
|
|||||||
Reference in New Issue
Block a user