CBox:remove unused members

This commit is contained in:
2014-05-03 22:28:03 +02:00
parent 399c4e9c94
commit 9bba42a3d9

View File

@@ -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;};