LAB: Remove leftover debug code
This commit is contained in:
parent
06b8eb856e
commit
51d04a8187
1 changed files with 0 additions and 7 deletions
|
@ -1288,13 +1288,6 @@ void LabEngine::go() {
|
|||
|
||||
_isHiRes = ((getFeatures() & GF_LOWRES) == 0);
|
||||
|
||||
#if 0
|
||||
if (_isHiRes)
|
||||
warning("Running in HiRes mode");
|
||||
else
|
||||
warning("Running in LowRes mode");
|
||||
#endif
|
||||
|
||||
bool mem = false;
|
||||
if (initBuffer(BUFFERSIZE, true)) {
|
||||
mem = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue