summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_accela/ftnoir_filter_accela.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-06-13 07:50:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2014-06-13 07:54:15 +0200
commit6cba92a8ac9c66c01d484f4235e41752e751fa71 (patch)
tree2dd391363c8d3deedae04f50efbf3c23554cc2b8 /ftnoir_filter_accela/ftnoir_filter_accela.h
parent2224ff3865d08029a7eee41210a17d0953f2c9c5 (diff)
accela: fix bugs introducing lack of idempotence
sq
Diffstat (limited to 'ftnoir_filter_accela/ftnoir_filter_accela.h')
-rw-r--r--ftnoir_filter_accela/ftnoir_filter_accela.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ftnoir_filter_accela/ftnoir_filter_accela.h b/ftnoir_filter_accela/ftnoir_filter_accela.h
index 5c89c744..8cf7fe66 100644
--- a/ftnoir_filter_accela/ftnoir_filter_accela.h
+++ b/ftnoir_filter_accela/ftnoir_filter_accela.h
@@ -3,7 +3,6 @@
#include "ui_ftnoir_accela_filtercontrols.h"
#include "facetracknoir/global-settings.h"
#include <QMutex>
-#include "facetracknoir/timer.hpp"
#define ACCELA_SMOOTHING_ROTATION 60.0
#define ACCELA_SMOOTHING_TRANSLATION 40.0
@@ -49,10 +48,7 @@ public:
private:
settings s;
bool first_run;
- double last_input[6];
- double last_output[3][6];
- Timer timer;
- qint64 frame_delta;
+ double last_input[6], last_output[3][6];
};
class FilterControls: public QWidget, public IFilterDialog