Remove unmapped settings and empty sections

- Issue MatterHackers/MCCentral#2569
Remove external slice settings from layouts.txt
This commit is contained in:
John Lewin 2018-01-03 17:14:30 -08:00
parent 2740b38371
commit c824e0f9af
2 changed files with 2 additions and 56 deletions

View file

@ -28,8 +28,10 @@ either expressed or implied, of the FreeBSD Project.
*/
using System;
using System.IO;
using System.Linq;
using MatterHackers.Agg;
using MatterHackers.Agg.Platform;
using MatterHackers.Agg.UI;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.AboutPage;