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 <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
PulkoMandy 2022-06-18 20:46:43 +02:00 committed by waddlesplash
parent 3f18d506fa
commit 81f9c26a70

View File

@ -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;
}