]> git.lyx.org Git - lyx.git/blobdiff - src/Length.cpp
tex2lyx: support for glue lengths in InsetSpace
[lyx.git] / src / Length.cpp
index 10cdd2972615768ec518ef688adf2cd20ad1ac8b..0deed7481c915f3e2e70b6f2f100c80d7d993d64 100644 (file)
@@ -57,13 +57,6 @@ Length::Length(string const & data)
 }
 
 
-void Length::swap(Length & rhs)
-{
-       std::swap(val_, rhs.val_);
-       std::swap(unit_, rhs.unit_);
-}
-
-
 string const Length::asString() const
 {
        ostringstream os;