mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +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)
|
CReal3D::~CReal3D(void)
|
||||||
{
|
{
|
||||||
// Dump memory
|
// Dump memory
|
||||||
#if 1
|
#if 0
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
fp = fopen("8c000000", "wb");
|
fp = fopen("8c000000", "wb");
|
||||||
if (NULL != fp)
|
if (NULL != fp)
|
||||||
|
|
Loading…
Reference in a new issue