deactivate f2bdac723c to "fix" cst build

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9374e1287f
Author: vanhofen <vanhofen@gmx.de>
Date: 2025-06-14 (Sat, 14 Jun 2025)

Origin message was:
------------------
- deactivate f2bdac723c to "fix" cst build

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2025-06-14 00:06:43 +02:00
parent a6659b939d
commit cc77352502

View File

@@ -69,9 +69,11 @@ class CCPicture : public CComponentsShapeSquare
void SetTransparent(const int &mode) {setBodyBGImageTranparencyMode(mode);}
#if 0
///import base class methods for width and height to avoid -Woverloaded-virtual
using CCDraw::setWidth;
using CCDraw::setHeight;
#endif
///set width of object, keep_aspect = true keeps ratio related to height
void setWidth(const int &w, bool keep_aspect = true);
@@ -285,9 +287,11 @@ class CComponentsPicture : public CComponentsForm
*/
void SetTransparent(const int &mode);
#if 0
//import base class methods for width and height to avoid -Woverloaded-virtual
using CCDraw::setWidth;
using CCDraw::setHeight;
#endif
/*!
Sets width of object, keep_aspect = true keeps ratio related to height