Input server: remove some dead code
This does nothing, keep the TODO but remove the useless code. Change-Id: I14611289e1153e406ff7dec93729bceedef7d9af Reviewed-on: https://review.haiku-os.org/c/haiku/+/5384 Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
@@ -577,14 +577,8 @@ InputServer::MessageReceived(BMessage* message)
|
||||
|
||||
case B_SOME_APP_LAUNCHED:
|
||||
{
|
||||
const char *signature;
|
||||
// The message contains a be:signature with the app signature
|
||||
// TODO: what's this for?
|
||||
if (message->FindString("be:signature", &signature)==B_OK) {
|
||||
PRINT(("input_server : %s\n", signature));
|
||||
if (strcmp(signature, "application/x-vnd.Be-TSKB")==0) {
|
||||
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user