Skip to content
Snippets Groups Projects
Commit 7bc34bb6 authored by Jan Möbius's avatar Jan Möbius
Browse files

Removed Global Skeleton Data Type


git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@6789 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 13abc8b7
No related branches found
No related tags found
No related merge requests found
......@@ -140,10 +140,6 @@ void initialize() {
typeToTypeInfo[DATA_BSPLINE_SURFACE] = types.size();
types.push_back( TypeInfo(DATA_BSPLINE_SURFACE ,"BSplineSurface" ,"Unknown.png", QCoreApplication::translate("Types","B_Spline Surface")) );
stringToTypeInfo["Skeleton"] = types.size();
typeToTypeInfo[DATA_SKELETON] = types.size();
types.push_back( TypeInfo(DATA_SKELETON ,"Skeleton" ,"Unknown.png", QCoreApplication::translate("Types","Skeleton")) );
stringToTypeInfo["GIS"] = types.size();
typeToTypeInfo[DATA_GIS] = types.size();
types.push_back( TypeInfo(DATA_GIS ,"GIS" ,"Unknown.png", QCoreApplication::translate("Types","GIS Data")) );
......@@ -158,7 +154,6 @@ void initialize() {
typeToString[DATA_POLY_MESH_CONST_ID] = "PolyMesh";
typeToString[DATA_BSPLINE_CURVE] = "BSplineCurve";
typeToString[DATA_BSPLINE_SURFACE] = "BSplineSurface";
typeToString[DATA_SKELETON] = "Skeleton";
typeToString[DATA_GIS] = "GIS";
typeToString[DATA_ALL] = "All";
......
......@@ -91,9 +91,6 @@ const unsigned int DATA_BSPLINE_CURVE = 8;
/// BSpline Surface objects
const unsigned int DATA_BSPLINE_SURFACE = 16;
/// Skeletons
const unsigned int DATA_SKELETON = 32;
/// Gis Data
const unsigned int DATA_GIS = 64;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment