Remove some unused code.

This commit is contained in:
2021-03-14 18:50:14 +00:00
parent b1f7226cfa
commit 1fa25644d1
13 changed files with 11 additions and 48 deletions

View File

@@ -49,10 +49,9 @@ void Filenames(const char* path)
int16_t refNum;
int16_t refFile;
int32_t dirId;
FInfo finderInfo;
int32_t count;
char message[300];
int pos = 0;
int pos;
HParamBlockRec dirPB;
snprintf((char*)str255, 255, "%s", path);

View File

@@ -43,16 +43,13 @@ Copyright (C) 2011-2021 Natalia Portillo
void MillionFiles(const char* path)
{
OSErr rc, wRc, cRc;
OSErr rc;
Str255 str255;
HVolumeParam hpb;
int16_t refNum;
int16_t refFile;
int32_t dirId;
FInfo finderInfo;
int32_t count;
char filename[9];
int pos = 0;
int pos;
HParamBlockRec dirPB;
snprintf((char*)str255, 255, "%s", path);