]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xfont_metrics.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / xfont_metrics.h
index b8ad986a5d4dfd31c09f04bfb234111a7a42ad5f..1314d73124fee83295a72d78d70ebcfac6d5ccaf 100644 (file)
@@ -5,7 +5,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author unknown
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
 #ifndef XFONT_METRICS_H
 #define XFONT_METRICS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "LString.h"
 
 #include "font_metrics.h"
+
 #include <X11/Xlib.h>
+
 class LyXFont;
 
 namespace xfont_metrics {
@@ -34,5 +31,5 @@ namespace xfont_metrics {
        ///
        void XSetFont(Display * display, GC gc, LyXFont const & f);
 } // namespace xfont_metrics
+
 #endif // FONT_METRICS_H