Clean up unused functions

This commit is contained in:
Gregory Schier
2026-02-04 06:28:45 -08:00
parent 0b91d3aaff
commit f24a159b8a
3 changed files with 1 additions and 99 deletions
-6
View File
@@ -1777,14 +1777,8 @@ pub fn run() {
plugins_ext::cmd_plugins_update_all,
//
// WebSocket commands
ws_ext::cmd_ws_upsert_request,
ws_ext::cmd_ws_duplicate_request,
ws_ext::cmd_ws_delete_request,
ws_ext::cmd_ws_delete_connection,
ws_ext::cmd_ws_delete_connections,
ws_ext::cmd_ws_list_events,
ws_ext::cmd_ws_list_requests,
ws_ext::cmd_ws_list_connections,
ws_ext::cmd_ws_send,
ws_ext::cmd_ws_close,
ws_ext::cmd_ws_connect,