From d102f63686b809c546850bad152d38ba1a0682e6 Mon Sep 17 00:00:00 2001 From: Arisotura Date: Sun, 25 Sep 2022 22:06:28 +0200 Subject: [PATCH] nah, git managed to fuck one more thing heh --- src/frontend/qt_sdl/Config.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/frontend/qt_sdl/Config.h b/src/frontend/qt_sdl/Config.h index 3bd3f4cb..6ccae5f4 100644 --- a/src/frontend/qt_sdl/Config.h +++ b/src/frontend/qt_sdl/Config.h @@ -69,14 +69,6 @@ struct CameraConfig bool XFlip; }; -struct CameraConfig -{ - int InputType; // 0=blank 1=image 2=camera - std::string ImagePath; - std::string CamDeviceName; - bool XFlip; -}; - extern int KeyMapping[12]; extern int JoyMapping[12];