Temporarily remove SDL code from panda-qt

This commit is contained in:
wheremyfoodat 2023-10-20 01:04:53 +03:00
parent fb0a2a6801
commit 1c50ca065d
2 changed files with 0 additions and 23 deletions

View file

@ -1,7 +1,5 @@
#pragma once
#include <SDL.h>
#include <QApplication>
#include <QComboBox>
#include <QMenuBar>
@ -39,9 +37,6 @@ class MainWindow : public QMainWindow {
QComboBox* themeSelect = nullptr;
QMenuBar* menuBar = nullptr;
SDL_GameController* gameController = nullptr;
int gameControllerID;
Theme currentTheme;
void setTheme(Theme theme);
void swapEmuBuffer();