summaryrefslogtreecommitdiffstats
path: root/api/emoji.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/emoji.go')
-rw-r--r--api/emoji.go4
1 files changed, 0 insertions, 4 deletions
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)