mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CBox:remove unused members
This commit is contained in:
@@ -68,12 +68,6 @@
|
||||
|
||||
class CBox
|
||||
{
|
||||
protected:
|
||||
int *pX;
|
||||
int *pY;
|
||||
int *pWidth;
|
||||
int *pHeight;
|
||||
|
||||
public:
|
||||
/* Constructor */
|
||||
inline CBox(){iX=0; iY=0; iWidth=0; iHeight=0;};
|
||||
|
Reference in New Issue
Block a user