From 942ae4c5278e0a3064ef08937063ec66a6a8e990 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 15 Jul 2016 11:20:39 -0400 Subject: Cleaning up old export code (#3601) --- model/channel.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'model/channel.go') diff --git a/model/channel.go b/model/channel.go index e7002e3cb..3da9f4feb 100644 --- a/model/channel.go +++ b/model/channel.go @@ -124,9 +124,6 @@ func (o *Channel) ExtraUpdated() { o.ExtraUpdateAt = GetMillis() } -func (o *Channel) PreExport() { -} - func GetDMNameFromIds(userId1, userId2 string) string { if userId1 > userId2 { return userId2 + "__" + userId1 -- cgit v1.2.3-1-g7c22