X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetIndex.h;h=44ada403d37eca2e4bb637d60ce6679d0acb156f;hb=06254d11dfdf670fab3548dc2a2674e7a261262c;hp=8ffab82b9c8ac77a73a56e00790abf05ed01cd19;hpb=5ddc612b735317d5b22553a63aad7879503e3950;p=lyx.git diff --git a/src/insets/InsetIndex.h b/src/insets/InsetIndex.h index 8ffab82b9c..44ada403d3 100644 --- a/src/insets/InsetIndex.h +++ b/src/insets/InsetIndex.h @@ -34,15 +34,8 @@ public: /// InsetCode lyxCode() const { return INDEX_CODE; } /// - /// - void metrics(MetricsInfo &, Dimension &) const; - /// - void draw(PainterInfo &, int, int) const; - /// docstring name() const { return from_ascii("Index"); } /// - void getDrawFont(FontInfo &) const; - /// void write(Buffer const & buf, std::ostream & os) const; /// int docbook(Buffer const &, odocstream &, @@ -50,8 +43,6 @@ public: /// should paragraph indendation be omitted in any case? bool neverIndent(Buffer const &) const { return true; } private: - /// - bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const; /// virtual Inset * clone() const; };