From f8c8887d7285fbc52451d8baa5498c4efcb3eae7 Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Sun, 27 May 2018 17:23:50 +0200 Subject: [PATCH] Forgot to remove the constant --- config/initializers/constants.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/initializers/constants.rb b/config/initializers/constants.rb index 97fe865e4..2f8ee2518 100644 --- a/config/initializers/constants.rb +++ b/config/initializers/constants.rb @@ -94,10 +94,6 @@ class Constants HANDSONTABLE_INIT_COLS_CNT = 5 HANDSONTABLE_INIT_ROWS_CNT = 5 - # Screen width which is still suitable for sidebar to be shown, otherwise - # hidden - SCREEN_WIDTH_LARGE = 768 - #============================================================================= # Styling #=============================================================================