]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.h
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / FloatList.h
index a2b9860fae35860c3e7a4b7995b1003e00b388c0..5d05702ba79b9ce5435a5915045b758fc71206c2 100644 (file)
@@ -1,7 +1,7 @@
 // -*- C++ -*-
 /* This file is part of
  * ======================================================
- * 
+ *
  *           LyX, The Document Processor
  *
  *           Copyright 1998-2001 The LyX Team.
@@ -43,13 +43,12 @@ public:
        ///
        Floating const & getType(string const & t) const;
        ///
+       void erase(string const & t);
+       ///
        const_iterator operator[](string const & t) const;
 private:
        ///
        List list;
 };
 
-///
-extern FloatList floatList;
-
 #endif