--- 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 // -----------------------------------------------------------------------------