diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-22 13:28:04 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-08-22 13:31:06 +1000 |
| commit | 244a5000cc92b12addb9817210f73aaea363f25d (patch) | |
| tree | 286a0eaf60c09d066f40c839b03751f84e882926 | |
| parent | 203abc7a6f7f95251d24808d7edae92e36b6e819 (diff) | |
| download | external_evtest-244a5000cc92b12addb9817210f73aaea363f25d.tar.gz external_evtest-244a5000cc92b12addb9817210f73aaea363f25d.tar.bz2 external_evtest-244a5000cc92b12addb9817210f73aaea363f25d.zip | |
Drop an unnecessary ifdef
SYN_MT_REPORT is always defined (see top of evtest.c)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
| -rw-r--r-- | evtest.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -528,9 +528,7 @@ static const char * const sounds[SND_MAX + 1] = { static const char * const syns[3] = { NAME_ELEMENT(SYN_REPORT), NAME_ELEMENT(SYN_CONFIG), -#ifdef SYN_MT_REPORT NAME_ELEMENT(SYN_MT_REPORT) -#endif }; static const char * const switches[SW_MAX + 1] = { |
