remove unused constant

This commit is contained in:
Kyle Drake 2014-06-17 00:24:04 -07:00
parent 447f654435
commit c3da5cc262

View file

@ -58,7 +58,6 @@ class Site < Sequel::Model
SCREENSHOT_RESOLUTIONS = ['235x141', '105x63', '270x162', '37x37', '146x88', '302x182', '90x63', '82x62', '348x205']
THUMBNAIL_RESOLUTIONS = ['105x63', '90x63']
TAG_LENGTH_MAX = 25
many_to_one :server