From 1540e0f3ed933e25665f64ff49bc06199c8dec7b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 18 Jul 2015 23:25:30 -0700 Subject: [PATCH] Remove no-longer-used Index.board. --- src/General/Index.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index 8b068e93a..c2f247d2f 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -5,8 +5,6 @@ Index = init: -> return if g.BOARD.ID is 'f' or !Conf['JSON Navigation'] or g.VIEW isnt 'index' - @board = "#{g.BOARD}" - CatalogThread.callbacks.push name: 'Catalog Features' cb: @catalogNode