]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsBitmap.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormMathsBitmap.h
index 82f0e854220d0b618bfa723bc7e5acc209de1ba9..f5cd87d2f1ec1b57c179a912917204755e93e3cf 100644 (file)
@@ -6,7 +6,7 @@
  *
  * \author Alejandro Aguilar Sierra
  * \author John Levon
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
  */
 #ifndef FORM_MATHSBITMAP_H
 #define FORM_MATHSBITMAP_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 #include <boost/shared_ptr.hpp>
 #include <vector>
 
-struct BitmapStore 
+struct BitmapStore
 {
        BitmapStore(int nt_in, int nx_in, int ny_in, int bw_in, int bh_in,
                    unsigned char const * data_in, bool vert_in)
@@ -40,7 +37,7 @@ struct BitmapStore
 };
 
 
-struct FD_maths_bitmap 
+struct FD_maths_bitmap
 {
        ~FD_maths_bitmap();
        FL_FORM * form;