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
|
@ -31,7 +31,7 @@
|
|||
namespace Parallaction {
|
||||
|
||||
GfxObj::GfxObj(uint objType, Frames *frames, const char* name) :
|
||||
_frames(frames), _keep(true), x(0), y(0), z(0), _prog(0), _flags(0),
|
||||
_frames(frames), x(0), y(0), z(0), _prog(0), _flags(0),
|
||||
type(objType), frame(0), layer(3), scale(100), _hasMask(false), _hasPath(false) {
|
||||
|
||||
if (name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue