ENGINES: Remove a bunch of unused private member variables
All instances uncovered by clang warnings.
This commit is contained in:
parent
cdfd5f85c8
commit
b791edabf7
17 changed files with 12 additions and 29 deletions
|
@ -117,8 +117,6 @@ private:
|
|||
|
||||
Glyph _glyph[SIZE_OF_CHAR_SET];
|
||||
|
||||
int _fontId;
|
||||
|
||||
public:
|
||||
enum {
|
||||
kAlignLeft,
|
||||
|
@ -142,7 +140,7 @@ public:
|
|||
};
|
||||
|
||||
FontRendererGui::FontRendererGui(Sword2Engine *vm, int fontId)
|
||||
: _vm(vm), _fontId(fontId) {
|
||||
: _vm(vm) {
|
||||
byte *font = _vm->_resman->openResource(fontId);
|
||||
SpriteInfo sprite;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue