Removed unused Android code

This commit is contained in:
Sascha Willems 2020-08-06 08:02:27 +02:00
parent 9c029b36fa
commit 14536c6ec7
2 changed files with 0 additions and 17 deletions

View file

@ -211,8 +211,6 @@ public:
bool touchDown = false;
double touchTimer = 0.0;
int64_t lastTapTime = 0;
/** @brief Product model and manufacturer of the Android device (via android.Product*) */
std::string androidProduct;
#elif (defined(VK_USE_PLATFORM_IOS_MVK) || defined(VK_USE_PLATFORM_MACOS_MVK))
void* view;
#elif defined(VK_USE_PLATFORM_WAYLAND_KHR)