haiku: remove unused variable in SDL_BApp.h
This commit is contained in:
parent
0ab99ffb2a
commit
aa7fdd6624
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue