diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 11:14:07 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 11:14:07 +0200 | 
| commit | 716b792498ac66b05e2564a7ec475a580f120e25 (patch) | |
| tree | dc66d70720bfda1c111b61297085a98b05efc6b6 /video-opencv | |
| parent | de4055dc307899fd8502d04cf74b5e6355b6a860 (diff) | |
video/opencv: remove unused export.hpp
Diffstat (limited to 'video-opencv')
| -rw-r--r-- | video-opencv/export.hpp | 11 | 
1 files changed, 0 insertions, 11 deletions
diff --git a/video-opencv/export.hpp b/video-opencv/export.hpp deleted file mode 100644 index 1d43a9f1..00000000 --- a/video-opencv/export.hpp +++ /dev/null @@ -1,11 +0,0 @@ -// generates export.hpp for each module from compat/linkage.hpp - -#pragma once - -#include "compat/linkage-macros.hpp" - -#ifdef BUILD_VIDEO_OPENCV -#   define OTR_VIDEO_OPENCV_EXPORT OTR_GENERIC_EXPORT -#else -#   define OTR_VIDEO_OPENCV_EXPORT OTR_GENERIC_IMPORT -#endif  | 
