mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 09:46:39 +00:00
[nstool] Removed debug code.
This commit is contained in:
parent
61c3cb8cf3
commit
3707969d7b
1 changed files with 0 additions and 2 deletions
|
@ -640,8 +640,6 @@ FileType UserSettings::determineFileTypeFromFile(const std::string& path)
|
|||
// close file
|
||||
file.close();
|
||||
|
||||
fnd::SimpleTextOutput::hxdStyleDump(scratch.data(), 0x100);
|
||||
|
||||
// _TYPE_PTR resolves to a pointer of type 'st' located at scratch.data()
|
||||
#define _TYPE_PTR(st) ((st*)(scratch.data()))
|
||||
#define _ASSERT_SIZE(sz) (scratch.size() >= (sz))
|
||||
|
|
Loading…
Reference in a new issue