diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:52:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:53:01 +0200 |
commit | 31bab22b5ee7bc18ad4bdb2fb74ed4948a900cc0 (patch) | |
tree | 7532ffae7542002136e94f217fa3596787f0cc0a /video-opencv/camera-names.hpp | |
parent | c246ff0280eda1a8ccdfdfb557037b7cea8ecc63 (diff) |
compat/camera-names: move to original location
Issue: #946
Diffstat (limited to 'video-opencv/camera-names.hpp')
-rw-r--r-- | video-opencv/camera-names.hpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/video-opencv/camera-names.hpp b/video-opencv/camera-names.hpp deleted file mode 100644 index 9f0883f5..00000000 --- a/video-opencv/camera-names.hpp +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright (c) 2014-2015, Stanislaw Halik <sthalik@misaki.pl> - - * Permission to use, copy, modify, and/or distribute this - * software for any purpose with or without fee is hereby granted, - * provided that the above copyright notice and this permission - * notice appear in all copies. - */ - -#pragma once - -#include <vector> -#include <QString> - -#include "export.hpp" - -std::vector<QString> get_camera_names(); -int camera_name_to_index(const QString &name); - |