From 2294a2866cf6ee48b8f4557c0fd47ad2fe112a4a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 14 Dec 2014 23:29:53 +0100 Subject: pt: use settings framework Issue: #96 Model values are recomputed every frame. This shouldn't matter, as there's very little to compute. With this change, sliders and other options are applied immediately, and the "Apply" button is gone. --- ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h') diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h index 804de22e..bce89058 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h @@ -9,7 +9,6 @@ #define FTNOIR_TRACKER_PT_SETTINGS_H #include -#include "point_tracker.h" #include "opentrack/options.hpp" using namespace options; -- cgit v1.2.3