src/extprogs.cpp

changeset 483
138b7c5c3c59
parent 461
fbcc91ae1dd2
child 484
5b5c77c7f3dd
--- a/src/extprogs.cpp	Sat Aug 24 16:17:48 2013 +0300
+++ b/src/extprogs.cpp	Sat Aug 24 16:30:30 2013 +0300
@@ -31,7 +31,6 @@
 #include "file.h"
 #include "widgets.h"
 #include "history.h"
-#include "labeledwidget.h"
 #include "ui_ytruder.h"
 #include "ui_intersector.h"
 #include "ui_rectifier.h"
@@ -393,12 +392,6 @@
 	insertOutput (outDATName, true, {});
 }
 
-LabeledWidget<QComboBox>* buildColorSelector (const char* label) {
-	LabeledWidget<QComboBox>* widget = new LabeledWidget<QComboBox> (label, new QComboBox);
-	makeColorSelector (widget->w());
-	return widget;
-}
-
 // =============================================================================
 // Intersector interface
 // -----------------------------------------------------------------------------

mercurial