remove obsolete define SCALE2RES_DEFINED

Origin commit data
------------------
Branch: ni/coolstream
Commit: 39a8ee32e5
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-08-25 (Thu, 25 Aug 2022)

Origin message was:
------------------
- remove obsolete define SCALE2RES_DEFINED

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2022-08-25 21:39:33 +02:00
parent 81f023e489
commit a8e6b8be20
2 changed files with 0 additions and 7 deletions

View File

@@ -1399,12 +1399,7 @@ int CLuaInstance::scale2Res(lua_State *L)
int value, ret;
value = luaL_checkint(L, 2);
/* Remove this when pu/fb-setmode branch is merged to master */
#ifdef SCALE2RES_DEFINED
ret = CFrameBuffer::getInstance()->scale2Res(value);
#else
ret = value;
#endif
lua_pushinteger(L, ret);
return 1;
}