[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Tue Dec 21 14:14:02 UTC 2004
CVS commit by okellogg:
Remove dead code.
M +0 -3 classimport.cpp 1.59
--- kdesdk/umbrello/umbrello/classimport.cpp #1.58:1.59
@@ -227,7 +227,4 @@ UMLAttribute* ClassImport::addMethodPara
UMLAttribute *attr = new UMLAttribute(method, name);
attr->setType(dynamic_cast<UMLClassifier*>(typeObj));
- //attr->setInitialValue(initialValue);
- //attr->setDoc(doc);
- //attr->setParmKind(kind);
method->addParm(attr);
return attr;
More information about the umbrello-devel
mailing list