]> git.lyx.org Git - lyx.git/blobdiff - src/tex-accent.h
fix compilation bug
[lyx.git] / src / tex-accent.h
index daf431477379fa61f7aa36ab63ebd0c38d2739d2..968f5f3edeb4cc6b4f4b2bde463d464513bcafb5 100644 (file)
@@ -1,21 +1,17 @@
 // -*- C++ -*-
 /* This file is part of
- * ====================================================== 
- * 
+ * ======================================================
+ *
  *           LyX, The Document Processor
- *        
+ *
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
 #ifndef TEX_ACCENT
 #define TEX_ACCENT
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "commandtags.h"
 
 /* the names used by TeX and XWindows for deadkeys/accents are not the same
@@ -98,8 +94,10 @@ struct tex_accent_struct {
        tex_accent accent;
        ///
        char const * cmd;
+#if 0
        ///
        char const * native;
+#endif
        ///
        char const * name;
        ///
@@ -108,5 +106,5 @@ struct tex_accent_struct {
 
 ///
 extern tex_accent_struct lyx_accent_table[];
-        
+
 #endif