소스 검색

Remove undefined functions

Yentl Van Tendeloo 9 년 전
부모
커밋
05467d3fdc
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      interface/HUTN/includes/object_operations.alh

+ 0 - 3
interface/HUTN/includes/object_operations.alh

@@ -2,9 +2,6 @@ Element function allInstances(a: Element, b: Element)
 Element function allOutgoingAssociationInstances(a: Element, b: Element, c: Element)
 Element function allIncomingAssociationInstances(a: Element, b: Element, c: Element)
 Element function readElementByName(a: Element, b: String)
-Element function findAttribute(a: Element, b: Element, c: Element, d: Element)
-Element function readAttribute(a: Element, b: Element, c: String)
-Element function deleteAttribute(a: Element, b: Element, c: Element)
 Element function getAttributeList(a: Element, b: Element)
 Element function getInstantiatableAttributes(a: Element, b: Element)
 String function getName(a: Element, b: Element)