summaryrefslogtreecommitdiffhomepage
path: root/cv
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-26 09:53:08 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-26 09:56:09 +0100
commitf432f7836a3ec2368260a51d352188e465d9c0cc (patch)
tree6e813389bb7192ebc44cbebbef595a3f8f0567da /cv
parentb7efdfe078804b9f0d67c509647b7a9f4dc6fa0a (diff)
CLion pedantry
Fix few of the inspection warnings from CLion that make any sense at all.
Diffstat (limited to 'cv')
-rw-r--r--cv/video-property-page.hpp4
1 files changed, 0 insertions, 4 deletions
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
};