Removed stump user config section

This commit is contained in:
Matthew Barbour 2020-06-22 11:41:09 -05:00 committed by Shish
parent 72de50aa71
commit 844ec8b53e

View file

@ -112,14 +112,6 @@ class UserConfig extends Extension
}
}
public function onSetupBuilding(SetupBuildingEvent $event)
{
$sb = new SetupBlock("User Options");
$sb->start_table();
$sb->end_table();
$event->panel->add_block($sb);
}
// This needs to happen before any other events, but after db upgrade
public function get_priority(): int