浏览代码

Merge commit 'aa7fdd6624645d152c498372b600d5a309293be4' into main

Sam Lantinga 2 年之前
父节点
当前提交
def4d03c3f
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)
     virtual void RefsReceived(BMessage *message)
     {
     {
-        char filePath[512];
         entry_ref entryRef;
         entry_ref entryRef;
         for (int32 i = 0; message->FindRef("refs", i, &entryRef) == B_OK; i++) {
         for (int32 i = 0; message->FindRef("refs", i, &entryRef) == B_OK; i++) {
             BPath referencePath = BPath(&entryRef);
             BPath referencePath = BPath(&entryRef);