Browse Source

haiku: remove unused variable in SDL_BApp.h

Anonymous Maarten 2 years ago
parent
commit
aa7fdd6624
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/haiku/SDL_BApp.h

+ 0 - 1
src/core/haiku/SDL_BApp.h

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