mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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