]> git.lyx.org Git - lyx.git/blobdiff - src/dimension.h
Fix encoding of converters path and arguments
[lyx.git] / src / dimension.h
index bf42106de0bb986e8fc5449b4a7b1fb7f5777d9b..5dd32d3bebd2583314cfeec6e55158fc0b2f345a 100644 (file)
 #ifndef DIMENSION_H
 #define DIMENSION_H
 
-
 namespace lyx {
 
-class LyXFont;
-
 /// Simple wrapper around three ints
 class Dimension {
 public:
@@ -35,8 +32,6 @@ public:
        void operator+=(Dimension const & dim);
        /// set to empty box
        void clear() { wid = asc = des = 0; }
-       /// set to empty box suitble for given font
-       void clear(LyXFont const & font);
        /// get height
        int height() const { return asc + des; }
        /// get ascent