]> git.mxchange.org Git - simgear.git/blobdiff - simgear/props/props.cxx
Frederic Bouvier:
[simgear.git] / simgear / props / props.cxx
index 50b412cb03c94590b78facdf930a038f434331b5..60a19aa41f51892d6432536c4e1d66c722eb7695 100644 (file)
@@ -969,9 +969,9 @@ SGPropertyNode::getPath (bool simplify) const
 }
 
 SGPropertyNode::Type
-SGPropertyNode::getType (bool deref_alias) const
+SGPropertyNode::getType () const
 {
-  if (_type == ALIAS && deref_alias)
+  if (_type == ALIAS)
     return _value.alias->getType();
   else
     return _type;