mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-26 12:27:44 +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)
|
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);
|
||||||
|
|||||||
Reference in New Issue
Block a user