From 9bba42a3d9d696268f3767c36a6ae44b43750ab1 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 3 May 2014 22:28:03 +0200 Subject: [PATCH] CBox:remove unused members --- src/gui/widget/textbox.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/gui/widget/textbox.h b/src/gui/widget/textbox.h index b748e9f84..a7b5aa089 100644 --- a/src/gui/widget/textbox.h +++ b/src/gui/widget/textbox.h @@ -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;};