From 9ea5caa91c48874033d7d66f6382b4cc97b1521c Mon Sep 17 00:00:00 2001 From: UndefinedOffset Date: Wed, 1 Nov 2017 09:35:04 -0300 Subject: [PATCH] Removed unused constant and config option --- _config.php | 1 - src/Forms/GridFieldSortableRows.php | 4 ---- 2 files changed, 5 deletions(-) diff --git a/_config.php b/_config.php index 87efde8..b3d9bbc 100644 --- a/_config.php +++ b/_config.php @@ -1,2 +1 @@ get(GridFieldSortableRows::class, 'Base'); - $base = $custom ?: SORTABLE_GRIDFIELD_BASE; - Requirements::css('undefinedoffset/sortablegridfield:css/GridFieldSortableRows.css'); Requirements::javascript('undefinedoffset/sortablegridfield:javascript/GridFieldSortableRows.js');