mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
remove debug code
This commit is contained in:
parent
429d6cbb02
commit
4702fef33e
|
@ -1009,7 +1009,7 @@ CReal3D::CReal3D(const Util::Config::Node &config)
|
|||
CReal3D::~CReal3D(void)
|
||||
{
|
||||
// Dump memory
|
||||
#if 1
|
||||
#if 0
|
||||
FILE *fp;
|
||||
fp = fopen("8c000000", "wb");
|
||||
if (NULL != fp)
|
||||
|
|
Loading…
Reference in a new issue