mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
ZVISION: Remove static Control::parsePushToggleControl
The code was moved to the class PushToggleControl
This commit is contained in:
parent
fa7fb2e029
commit
ca5066db52
@ -165,8 +165,4 @@ bool PushToggleControl::disable(ZVision *engine) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Control::parsePushToggleControl(uint32 key, ZVision *engine, Common::SeekableReadStream &stream) {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
} // End of namespace ZVision
|
} // End of namespace ZVision
|
||||||
|
@ -53,7 +53,6 @@ public:
|
|||||||
static void parseFlatControl(ZVision *engine);
|
static void parseFlatControl(ZVision *engine);
|
||||||
static void parsePanoramaControl(ZVision *engine, Common::SeekableReadStream &stream);
|
static void parsePanoramaControl(ZVision *engine, Common::SeekableReadStream &stream);
|
||||||
static void parseTiltControl(ZVision *engine, Common::SeekableReadStream &stream);
|
static void parseTiltControl(ZVision *engine, Common::SeekableReadStream &stream);
|
||||||
static void parsePushToggleControl(uint32 key, ZVision *engine, Common::SeekableReadStream &stream);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class PushToggleControl : public Control {
|
class PushToggleControl : public Control {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user