1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

remove unused

This commit is contained in:
Paul Licameli
2018-01-16 17:51:03 -05:00
parent 4d364ee7f3
commit 356763c90b

View File

@@ -29,7 +29,6 @@
class wxHashTable;
class BlockArray;
class BlockFile;
class SequenceTest;
#define FSCKstatus_CLOSE_REQ 0x1
#define FSCKstatus_CHANGED 0x2
@@ -232,8 +231,6 @@ class PROFILE_DLL_API DirManager final : public XMLTagHandler {
wxString mytemp;
static int numDirManagers;
static bool dontDeleteTempFiles;
friend class SequenceTest;
};
#endif