From 6460ae1bf957a23655a022875148a1ecc417b9dd Mon Sep 17 00:00:00 2001 From: thecozies <79979276+thecozies@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:03:18 -0600 Subject: [PATCH] removed registering useless events --- src/ui/ui_config.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/ui/ui_config.cpp b/src/ui/ui_config.cpp index 4c585b3..75b2768 100644 --- a/src/ui/ui_config.cpp +++ b/src/ui/ui_config.cpp @@ -87,18 +87,6 @@ public: graphics_model_handle.DirtyVariable("options_changed"); update_graphics_config(new_options); }); - recomp::register_event(listener, "rebind_input_bindings", - [](const std::string& param, Rml::Event& event) { - }); - recomp::register_event(listener, "clear_input_bindings", - [](const std::string& param, Rml::Event& event) { - }); - recomp::register_event(listener, "set_input_row_focus", - [](const std::string& param, Rml::Event& event) { - }); - recomp::register_event(listener, "add_input_binding", - [](const std::string& param, Rml::Event& event) { - }); recomp::register_event(listener, "config_keydown", [](const std::string& param, Rml::Event& event) { if (event.GetId() == Rml::EventId::Keydown) {