Remove unused code
[rtmpclient.git] / app / src / main / jni / libuvc / include / libuvc / libuvc_config.h.in
diff --git a/app/src/main/jni/libuvc/include/libuvc/libuvc_config.h.in b/app/src/main/jni/libuvc/include/libuvc/libuvc_config.h.in
deleted file mode 100644 (file)
index 430b37a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef LIBUVC_CONFIG_H
-#define LIBUVC_CONFIG_H
-
-#define LIBUVC_VERSION_MAJOR @libuvc_VERSION_MAJOR@
-#define LIBUVC_VERSION_MINOR @libuvc_VERSION_MINOR@
-#define LIBUVC_VERSION_PATCH @libuvc_VERSION_PATCH@
-#define LIBUVC_VERSION_STR "@libuvc_VERSION@"
-#define LIBUVC_VERSION_INT \
-  (@libuvc_VERSION_MAJOR@ << 16) |              \
-  (@libuvc_VERSION_MINOR@ << 8) |               \
-  (@libuvc_VERSION_PATCH@)
-
-#cmakedefine LIBUVC_HAS_JPEG 1
-
-#endif // !def(LIBUVC_CONFIG_H)