From 302bfdf7ce7fe73eaf5d0a40a988d3285f0bb1bb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 16 Jul 2015 11:45:32 +0200 Subject: unused #define --- opentrack/plugin-api.hpp | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3