remove imgui test engine from controller
This commit is contained in:
@@ -56,7 +56,6 @@ class Controller : public ExperimentFlags {
|
||||
absl::Status CreateSDL_Window();
|
||||
absl::Status CreateRenderer();
|
||||
absl::Status CreateGuiContext();
|
||||
absl::Status CreateTestContext();
|
||||
absl::Status LoadFontFamilies() const;
|
||||
absl::Status LoadAudioDevice();
|
||||
void CloseWindow() { active_ = false; }
|
||||
@@ -66,7 +65,6 @@ class Controller : public ExperimentFlags {
|
||||
bool active_;
|
||||
int audio_frequency_ = 48000;
|
||||
int16_t *audio_buffer_;
|
||||
ImGuiTestEngine *engine;
|
||||
editor::MasterEditor master_editor_;
|
||||
SDL_AudioDeviceID audio_device_;
|
||||
std::shared_ptr<SDL_Window> window_;
|
||||
|
||||
Reference in New Issue
Block a user