src/ldtypes.cc

changeset 618
de0d51349f6c
parent 617
f5059d144438
child 622
622c49e60348
--- a/src/ldtypes.cc	Fri Jan 10 15:48:40 2014 +0200
+++ b/src/ldtypes.cc	Sun Jan 12 23:12:55 2014 +0200
@@ -66,41 +66,6 @@
 }
 
 // =============================================================================
-// Default implementations for LDObject's virtual methods. These should never be
-// actually called, for a subclass-less LDObject should never come into existance.
-// These exist only to satisfy the linker.
-// -----------------------------------------------------------------------------
-LDObject::Type LDObject::getType() const
-{
-	return LDObject::EUnidentified;
-}
-
-bool LDObject::hasMatrix() const
-{
-	return false;
-}
-
-bool LDObject::isColored() const
-{
-	return false;
-}
-
-bool LDObject::isScemantic() const
-{
-	return false;
-}
-
-QString LDObject::getTypeName() const
-{
-	return "";
-}
-
-int LDObject::vertices() const
-{
-	return 0;
-}
-
-// =============================================================================
 // -----------------------------------------------------------------------------
 void LDObject::setVertexCoord (int i, Axis ax, double value)
 {

mercurial