X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.h;h=07b4f16893f49ce1c934c8d9953526f0bad8f080;hb=0362c6aae73c293d1c20277c12d362acfe0b2ef6;hp=db5906493d60915eb5a09fb11e0cccfa60b05da7;hpb=0fb8f3fba12ab9fb395ef40e21b5ba50a5e0b9df;p=lyx.git diff --git a/src/TextClass.h b/src/TextClass.h index db5906493d..07b4f16893 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -38,21 +38,6 @@ class FloatList; /// List of inset layouts typedef std::map 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: