diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:30:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-16 13:44:58 +0300 |
commit | 9e3f92a3914e28ce01331d7df7d03c31244a843b (patch) | |
tree | f1e8618bb1f649e10f78f4d2d53d6861474930f5 /src/Makefile.am | |
parent | 9ca8495acdebb975a7b0777e11d7c599e61c0185 (diff) | |
download | plus-9e3f92a3914e28ce01331d7df7d03c31244a843b.tar.gz plus-9e3f92a3914e28ce01331d7df7d03c31244a843b.tar.bz2 plus-9e3f92a3914e28ce01331d7df7d03c31244a843b.tar.xz plus-9e3f92a3914e28ce01331d7df7d03c31244a843b.zip |
move keyevent into events directory.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 94a671dfc..268344f2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -202,7 +202,6 @@ manaplus_SOURCES += events/actionevent.h \ gui/base/font.cpp \ gui/base/gui.cpp \ gui/base/key.cpp \ - gui/base/keyevent.cpp \ gui/base/keyinput.cpp \ gui/base/mouseevent.cpp \ gui/base/mouseinput.cpp \ @@ -787,8 +786,6 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ input/keyboardconfig.h \ input/keyboarddata.h \ input/keydata.h \ - input/keyevent.cpp \ - input/keyevent.h \ input/keyinput.cpp \ input/keyinput.h \ input/multitouchmanager.cpp \ |