get rid of Scrollpad::itsXPos as it's redunant

This commit is contained in:
Andrzej Rybczak
2009-01-20 14:40:40 +01:00
parent f080b3e1f1
commit 49724329f1
2 changed files with 12 additions and 15 deletions

View File

@@ -65,7 +65,6 @@ class Scrollpad: public Window
int itsBeginning;
size_t itsRealHeight;
size_t itsXPos;
};
#endif