Remove BasePlanes from part design

This commit is contained in:
Stefan Tröger
2015-05-03 12:40:19 +02:00
parent eb226967f3
commit f873fb80e9
5 changed files with 22 additions and 29 deletions

View File

@@ -41,13 +41,6 @@
#include "Workbench.h"
namespace PartDesignGui {
// The names of the base planes. Note: The user-visible label is different from this
const char* BaseplaneNames[3] = {"BaseplaneXY", "BaseplaneXZ", "BaseplaneYZ"};
}
//static PyObject * setActiveBody(PyObject *self, PyObject *args)
//{
// PyObject *object=0;