LAB: Disable startup warning about hi/low res mode

This commit is contained in:
Filippos Karapetis 2015-02-19 15:21:43 +02:00 committed by Eugene Sandulenko
parent 31ef4866a7
commit ccb3390f09

@ -1398,10 +1398,12 @@ void LabEngine::go() {
IsHiRes = ((getFeatures() & GF_LOWRES) == 0);
#if 0
if (IsHiRes)
warning("Running in HiRes mode");
else
warning("Running in LowRes mode");
#endif
#if 0
for (counter = 1; counter < argc; counter++) {