]> git.lyx.org Git - lyx.git/blobdiff - src/Length.h
Fix scale parameter for fonts.
[lyx.git] / src / Length.h
index 41033084c79e4ac40dbede9ebc992244d43bb55d..435eea053576ab397c2d620edbee03102340e01d 100644 (file)
@@ -67,8 +67,6 @@ public:
        /// "data" must be a decimal number, followed by a unit
        explicit Length(std::string const & data);
 
-       ///
-       void swap(Length & rhs);
        ///
        double value() const;
        ///
@@ -100,8 +98,6 @@ public:
        friend bool isValidLength(std::string const & data, Length * result);
 
 private:
-       /// This HSpace kind
-       HSpaceKind kind_;
        ///
        double val_;
        ///