diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-16 11:45:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-16 11:45:32 +0200 |
commit | 302bfdf7ce7fe73eaf5d0a40a988d3285f0bb1bb (patch) | |
tree | 764365176e79c0a421a18a1aa3eea5a533d78060 | |
parent | 369e2ad7ffd042e5740787c95ff5f4acf2a18338 (diff) |
unused #define
-rw-r--r-- | opentrack/plugin-api.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/opentrack/plugin-api.hpp b/opentrack/plugin-api.hpp index a8996d63..c5a93e70 100644 --- a/opentrack/plugin-api.hpp +++ b/opentrack/plugin-api.hpp @@ -6,6 +6,4 @@ enum Axis { TX = 0, TY, TZ, Yaw, Pitch, Roll }; -#ifndef OPENTRACK_CROSS_ONLY -# include "plugin-qt-api.hpp" -#endif
\ No newline at end of file +#include "plugin-qt-api.hpp" |