]> git.lyx.org Git - lyx.git/blobdiff - src/tex-strings.h
"Inter-word Space"
[lyx.git] / src / tex-strings.h
index 24e888d87369e50b3833b3ca117cde9a1156a271..b5e8233d9bb170eb1ef1fa8062087e0d505d1594 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_STRINGS
 #define TEX_STRINGS
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 // this file should perhaps be split into even smaler parts
 
 ///
@@ -34,12 +30,9 @@ extern char const * string_footnotekinds[];
 extern char const * string_align[];
 
 // The following was moved from tex-defs.h to here, because tex-defs.h is
-// used all over. As it happens, that meant that these strings were included 
+// used all over. As it happens, that meant that these strings were included
 // 27 times in the object file. (Asger)
 
-///
-//extern char const * tex_babel[];
-
 ///
 extern char const * tex_graphics[];