From 3cbacb6858ea2dda67719de64854ed30dea3b626 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 30 Oct 2017 11:58:00 -0500 Subject: Remove unused variables / code (#7736) * remove unused variables / code * fix bug in testPostStoreGetOldest --- api/emoji.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'api/emoji.go') diff --git a/api/emoji.go b/api/emoji.go index 8e89cf075..4edbbd082 100644 --- a/api/emoji.go +++ b/api/emoji.go @@ -192,10 +192,6 @@ func getEmojiImage(c *Context, w http.ResponseWriter, r *http.Request) { w.Write(image) } -func getEmojiImagePath(id string) string { - return "emoji/" + id + "/image" -} - func resizeEmoji(img image.Image, width int, height int) image.Image { emojiWidth := float64(width) emojiHeight := float64(height) -- cgit v1.2.3-1-g7c22