]> git.lyx.org Git - lyx.git/blobdiff - src/debug.h
Remove unused font variable which caused a warning.
[lyx.git] / src / debug.h
index 2da53c16ba2346373cfc4b03dacb73ed51799fb6..617d93fbaa32a048054e8377dfb33162873ed86a 100644 (file)
@@ -5,7 +5,7 @@
  *           LyX, The Document Processor
  *        
  *           Copyright 1995 Matthias Ettrich
- *           Copyright 1995-2000 The LyX Team.
+ *           Copyright 1995-2001 The LyX Team.
  *
  * ====================================================== */
 
@@ -65,7 +65,9 @@ struct Debug {
                ///
                DEPEND     = (1 << 16),
                ///
-               INSETS     = (1 << 17)
+               INSETS     = (1 << 17),
+               ///
+               FILES      = (1 << 18)
        };
        ///
 //     static const type ANY = type(INFO | INIT | KEY | GUI |
@@ -76,9 +78,6 @@ struct Debug {
        ///
        static type const ANY;
 
-       ///
-//     friend inline void operator|=(Debug::type & d1, Debug::type d2);
-       
        /** A function to convert symbolic string names on debug levels
            to their numerical value.
        */