mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
haiku: remove unused variable in SDL_BApp.h
This commit is contained in:

committed by
Anonymous Maarten

parent
0ab99ffb2a
commit
aa7fdd6624
@@ -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);
|
||||
|
Reference in New Issue
Block a user