From f432f7836a3ec2368260a51d352188e465d9c0cc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 26 Jan 2018 09:53:08 +0100 Subject: CLion pedantry Fix few of the inspection warnings from CLion that make any sense at all. --- cv/video-property-page.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cv') diff --git a/cv/video-property-page.hpp b/cv/video-property-page.hpp index b53993ef..4f356b2c 100644 --- a/cv/video-property-page.hpp +++ b/cv/video-property-page.hpp @@ -16,8 +16,4 @@ struct video_property_page final static bool show(int id); static bool show_from_capture(cv::VideoCapture& cap, int index); private: -#ifdef _WIN32 - static IBaseFilter* get_device(int id); - static cv::VideoCapture last_capture; -#endif }; -- cgit v1.2.3