From 0c1b4510b3f7a744cc4cad94e0d4dde45925269d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 20 Jul 2015 13:25:33 +0200 Subject: cleanup #ifdefs We're the only maintainer of the PT tracker now, so don't clutter the file so much. --- ftnoir_tracker_pt/camera.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'ftnoir_tracker_pt/camera.h') diff --git a/ftnoir_tracker_pt/camera.h b/ftnoir_tracker_pt/camera.h index 5451ec09..343446ac 100644 --- a/ftnoir_tracker_pt/camera.h +++ b/ftnoir_tracker_pt/camera.h @@ -8,21 +8,10 @@ #pragma once #include -#ifndef OPENTRACK_API -# include -#else -# include -# include -# include -#endif +#include +#include #include -#ifndef OPENTRACK_API -// ---------------------------------------------------------------------------- -void get_camera_device_names(std::vector& device_names); -#endif - -// ---------------------------------------------------------------------------- struct CamInfo { CamInfo() : res_x(0), res_y(0), fps(0) {} -- cgit v1.2.3