diff --git a/host/src/controllers_panel.cpp b/host/src/controllers_panel.cpp index 1d53064..a080e2a 100644 --- a/host/src/controllers_panel.cpp +++ b/host/src/controllers_panel.cpp @@ -73,8 +73,6 @@ void ControllersPanel::draw(const InputSnapshot& input, const HookStatusView& st ImGui::Begin("Controllers"); ImGui::Text("Input backend: %s", input.backend); - ImGui::TextDisabled("This window is what Remote Play Together captures."); - ImGui::TextDisabled("F1: hide overlay (clean mirror) Esc: quit"); #ifdef COOP_WITH_STEAM ImGui::Checkbox("Use Steam Input (experimental)", &steam_requested_);