haiku: remove unused variable in SDL_BApp.h

This commit is contained in:
Anonymous Maarten 2023-01-09 16:58:25 +01:00 committed by Anonymous Maarten
parent 0ab99ffb2a
commit aa7fdd6624

View file

@ -89,7 +89,6 @@ class SDL_BApp : public BApplication
virtual void RefsReceived(BMessage *message)
{
char filePath[512];
entry_ref entryRef;
for (int32 i = 0; message->FindRef("refs", i, &entryRef) == B_OK; i++) {
BPath referencePath = BPath(&entryRef);