CBox:remove unused members

Origin commit data
------------------
Commit: 9bba42a3d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-05-03 (Sat, 03 May 2014)
This commit is contained in:
2014-05-03 22:28:03 +02:00
parent fbf0072493
commit e5b967a37f

View File

@@ -68,12 +68,6 @@
class CBox class CBox
{ {
protected:
int *pX;
int *pY;
int *pWidth;
int *pHeight;
public: public:
/* Constructor */ /* Constructor */
inline CBox(){iX=0; iY=0; iWidth=0; iHeight=0;}; inline CBox(){iX=0; iY=0; iWidth=0; iHeight=0;};