]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/NoGuiFontLoader.h
* src/frontends/qt4/GuiSelection.C
[lyx.git] / src / frontends / NoGuiFontLoader.h
index 15b9522a0d39f12c73b62c1da726431335845afc..36f6f7d78ebc1a9f1bb51bdadd410ab1836104cb 100644 (file)
@@ -32,10 +32,10 @@ public:
        virtual void update() {};
 
        /// Is the given font available ?
-       virtual bool available(LyXFont const & f) { return false; };
+       virtual bool available(LyXFont const &) { return false; };
 
        /// Get the Font metrics for this LyXFont
-       virtual FontMetrics const & metrics(LyXFont const & f) { return metrics_; }
+       virtual FontMetrics const & metrics(LyXFont const &) { return metrics_; }
 
 private:
        ///