]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / TextClass.h
index b6030c4e85054e9fc0ab1f184dd014edb328859d..07b4f16893f49ce1c934c8d9953526f0bad8f080 100644 (file)
@@ -38,21 +38,6 @@ class FloatList;
 /// List of inset layouts
 typedef std::map<docstring, InsetLayout> InsetLayouts;
 
-/// Index in globel text class list. Basically a 'strong typedef'.
-class TextClassIndex
-{
-public:
-       ///
-       TextClassIndex(size_t t) : data_(t) {}
-       ///
-       operator size_t() const { return data_; }
-private:
-       ///
-       size_t data_;
-};
-
-
-
 /// Stores the layout specification of a LyX document class.
 class TextClass {
 public: