LAB: Disable startup warning about hi/low res mode
This commit is contained in:
parent
31ef4866a7
commit
ccb3390f09
1 changed files with 2 additions and 0 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue