Remove obs property & code

This commit is contained in:
WandererFan
2016-07-20 12:44:36 -04:00
committed by wmayer
parent 48f008d772
commit 14329d9458
5 changed files with 5 additions and 24 deletions

View File

@@ -76,16 +76,6 @@ DrawSVGTemplate::~DrawSVGTemplate()
{
}
/*
std::string DrawSVGTemplate::getSvgIdForEditable(const std::string &editableName)
{
if (editableSvgIds.count(editableName)) {
return editableSvgIds[editableName];
} else {
return "";
}
}*/
PyObject *DrawSVGTemplate::getPyObject(void)
{
if (PythonObject.is(Py::_None())) {