diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-06-30 13:55:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-05 20:39:34 -0700 |
commit | 46e2e4badf3212473132183d82ce5bfd89c72298 (patch) | |
tree | f3c5f57c8c0ec1fef494bc62f685d82cfa305bf8 /core/android.cpp | |
parent | 289e1cc37e5d91ef65b9a212ce6a0eb84a97fc77 (diff) | |
download | subsurface-46e2e4badf3212473132183d82ce5bfd89c72298.tar.gz |
Android: remove unused define
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/android.cpp')
-rw-r--r-- | core/android.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/android.cpp b/core/android.cpp index 277c4492e..f506868f0 100644 --- a/core/android.cpp +++ b/core/android.cpp @@ -15,7 +15,6 @@ #include <QtAndroidExtras/QAndroidJniObject> #include <QtAndroid> -#define FTDI_VID 0x0403 #define USB_SERVICE "usb" extern "C" { |