remove unnecessary template code from document group and small fix in installer

This commit is contained in:
jriegel 2012-04-19 08:25:26 +02:00
parent 5c3b7725fe
commit 06c683dcf3
4 changed files with 1 additions and 17 deletions

View File

@ -1022,7 +1022,6 @@ void Application::initTypes(void)
App ::GeometryPython ::init();
App ::Document ::init();
App ::DocumentObjectGroup ::init();
App ::DocumentObjectGroupPython ::init();
App ::DocumentObjectFileIncluded::init();
App ::InventorObject ::init();
App ::VRMLObject ::init();

View File

@ -179,16 +179,4 @@ PyObject *DocumentObjectGroup::getPyObject()
return Py::new_reference_to(PythonObject);
}
// Python Sketcher feature ---------------------------------------------------------
namespace App {
/// @cond DOXERR
PROPERTY_SOURCE_TEMPLATE(App::DocumentObjectGroupPython, App::DocumentObjectGroup)
template<> const char* App::DocumentObjectGroupPython::getViewProviderName(void) const {
return "Gui::ViewProviderDocumentObjectGroup";
}
/// @endcond
// explicit template instantiation
template class AppExport FeaturePythonT<App::DocumentObjectGroup>;
}

View File

@ -24,7 +24,7 @@
#ifndef APP_DOCUMENTOBJECTGROUP_H
#define APP_DOCUMENTOBJECTGROUP_H
#include "FeaturePython.h"
//#include "FeaturePython.h"
#include "DocumentObject.h"
#include "PropertyLinks.h"
#include <vector>
@ -99,8 +99,6 @@ private:
void removeObjectFromDocument(DocumentObject*);
};
typedef App::FeaturePythonT<DocumentObjectGroup> DocumentObjectGroupPython;
} //namespace App

View File

@ -99,7 +99,6 @@
<File Id="LibPack55" Name="QtHelp4.dll" />
<File Id="LibPack56" Name="QtCLucene4.dll" />
<File Id="LibPack52" Name="phonon4.dll" />
<File Id="LibPack53" Name="sketchflat.exe" />
<File Id="LibPack54" Name="assistant.exe" />
<File Id="LibPack61" Name="TKBO.dll" />
<File Id="LibPack62" Name="TKBool.dll" />