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…
Reference in New Issue