+ remove feature classes to import/export points

This commit is contained in:
wmayer
2015-12-30 15:16:22 +01:00
parent bc4f4de54b
commit ba5cdf386d
10 changed files with 66 additions and 259 deletions

View File

@@ -33,7 +33,6 @@
#include "PointsPy.h"
#include "Properties.h"
#include "PropertyPointKernel.h"
#include "FeaturePointsImportAscii.h"
/* registration table */
@@ -62,8 +61,6 @@ void PointsExport initPoints()
// add data types
Points::Feature ::init();
Points::FeaturePython ::init();
Points::Export ::init();
Points::ImportAscii ::init();
}
} // extern "C"