X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroTemplate.h;h=b0c301897761a0caeb9124c91270386b960875a9;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=dbcce5d410c57252309e8b6eb3dba51e4879ea6c;hpb=9940acc5063d17f18f50c690085c7d97f25d909d;p=lyx.git diff --git a/src/mathed/MathMacroTemplate.h b/src/mathed/MathMacroTemplate.h index dbcce5d410..b0c3018977 100644 --- a/src/mathed/MathMacroTemplate.h +++ b/src/mathed/MathMacroTemplate.h @@ -92,8 +92,6 @@ public: /// void draw(PainterInfo & pi, int x, int y) const; /// - void drawBackground(PainterInfo & pi, int x, int y) const; - /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// identifies macro templates MathMacroTemplate * asMacroTemplate() { return this; }