Remove unused code
[rtmpclient.git] / app / src / main / jni / libuvc / include / libuvc / libuvc_config.h
diff --git a/app/src/main/jni/libuvc/include/libuvc/libuvc_config.h b/app/src/main/jni/libuvc/include/libuvc/libuvc_config.h
deleted file mode 100644 (file)
index 0948ed8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef LIBUVC_CONFIG_H
-#define LIBUVC_CONFIG_H
-
-#include "utilbase.h"
-
-#define LIBUVC_VERSION_MAJOR 0
-#define LIBUVC_VERSION_MINOR 0
-#define LIBUVC_VERSION_PATCH 4
-#define LIBUVC_VERSION_STR "0.0.4"
-#define LIBUVC_VERSION_INT \
-  (0 << 16) |              \
-  (0 << 8) |               \
-  (4)
-
-/* #undef LIBUVC_HAS_JPEG */
-
-#endif // !def(LIBUVC_CONFIG_H)