Browse Source

haiku: remove unused variable in SDL_BApp.h

Anonymous Maarten 2 năm trước cách đây
mục cha
commit
aa7fdd6624
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);