Skip to content

Commit b1c2c5b

Browse files
committed
remove unused function
1 parent b163979 commit b1c2c5b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lua/eca/server.lua

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,6 @@ function M:stop()
208208
self.initialized = false
209209
end
210210

211-
function M:handle_content(method, params)
212-
if method == "chat/contentReceived" then
213-
local eca = require("eca")
214-
local sidebar = eca.get(false)
215-
if sidebar and params then
216-
sidebar:handle_chat_content_received(params)
217-
end
218-
end
219-
end
220-
221211
---@return boolean
222212
function M:is_running()
223213
return self.process and not self.process:is_closing()

0 commit comments

Comments
 (0)