X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLength.cpp;h=0deed7481c915f3e2e70b6f2f100c80d7d993d64;hb=1427b6fe316e257ce40512872c44cd438a51c498;hp=10cdd2972615768ec518ef688adf2cd20ad1ac8b;hpb=f04c7711b0eb15c64a2e3166476fe506ebaa45e6;p=lyx.git diff --git a/src/Length.cpp b/src/Length.cpp index 10cdd29726..0deed7481c 100644 --- a/src/Length.cpp +++ b/src/Length.cpp @@ -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;