diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-24 01:48:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-24 01:48:07 +0300 |
commit | 6a67f52f6b82bb8c6259eb0b9282ab543347b9ee (patch) | |
tree | bd0741506b3f69e98cdcaa99d2ccb40db86291d5 /src/dyetool/actions | |
parent | e22f6d0070ea2b0102caf3b738fba703606e6bd4 (diff) | |
download | plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.gz plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.bz2 plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.tar.xz plus-6a67f52f6b82bb8c6259eb0b9282ab543347b9ee.zip |
Remove unused pet handler methods and fields.
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/pets.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dyetool/actions/pets.cpp b/src/dyetool/actions/pets.cpp index 3de9a5228..ad25cbf26 100644 --- a/src/dyetool/actions/pets.cpp +++ b/src/dyetool/actions/pets.cpp @@ -40,8 +40,6 @@ impHandlerVoid(petDirectUp) impHandlerVoid(petDirectDown) impHandlerVoid(petDirectLeft) impHandlerVoid(petDirectRight) -impHandlerVoid(petAiStart) -impHandlerVoid(petAiStop) impHandlerVoid(petMove) } // namespace Actions |