mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
remove unused file
This commit is contained in:
parent
175c3a57f4
commit
cd1e6780be
@ -1,10 +0,0 @@
|
||||
import "../../status/chat" as status_chat
|
||||
|
||||
type ChatModel* = ref object
|
||||
|
||||
proc newChatModel*(): ChatModel =
|
||||
result = ChatModel()
|
||||
|
||||
proc sendMessage*(self: ChatModel, msg: string): string =
|
||||
echo "sending public message"
|
||||
status_chat.sendPublicChatMessage("test", msg)
|
Loading…
x
Reference in New Issue
Block a user