mirror of https://github.com/axmolengine/axmol.git
issue #3069: Remove unused ID.
This commit is contained in:
parent
cb7a762584
commit
01579e12b0
|
@ -33,8 +33,6 @@ NS_CC_BEGIN
|
||||||
class EventListenerAcceleration : public EventListener
|
class EventListenerAcceleration : public EventListener
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static const ListenerID ID = static_cast<ListenerID>(Type::ACCELERATION);
|
|
||||||
|
|
||||||
static EventListenerAcceleration* create(std::function<void(Acceleration*, Event*)> callback);
|
static EventListenerAcceleration* create(std::function<void(Acceleration*, Event*)> callback);
|
||||||
virtual ~EventListenerAcceleration();
|
virtual ~EventListenerAcceleration();
|
||||||
|
|
||||||
|
|
|
@ -36,8 +36,6 @@ class Event;
|
||||||
class EventListenerKeyboard : public EventListener
|
class EventListenerKeyboard : public EventListener
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static const ListenerID ID = static_cast<ListenerID>(Type::KEYBOARD);
|
|
||||||
|
|
||||||
static EventListenerKeyboard* create();
|
static EventListenerKeyboard* create();
|
||||||
|
|
||||||
/// Overrides
|
/// Overrides
|
||||||
|
|
|
@ -36,8 +36,6 @@ NS_CC_BEGIN
|
||||||
class EventListenerTouchOneByOne : public EventListener
|
class EventListenerTouchOneByOne : public EventListener
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static const ListenerID ID = static_cast<ListenerID>(Type::TOUCH_ONE_BY_ONE);
|
|
||||||
|
|
||||||
static EventListenerTouchOneByOne* create();
|
static EventListenerTouchOneByOne* create();
|
||||||
|
|
||||||
virtual ~EventListenerTouchOneByOne();
|
virtual ~EventListenerTouchOneByOne();
|
||||||
|
|
Loading…
Reference in New Issue