From 04d7d99dbc4c703fca2eafbba7a8f86fe4a78418 Mon Sep 17 00:00:00 2001 From: rgheck Date: Thu, 16 Jul 2009 13:34:33 +0000 Subject: [PATCH] Fix another assertion. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30629 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathSpecialChar.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mathed/InsetMathSpecialChar.h b/src/mathed/InsetMathSpecialChar.h index fde2e95b28..20bc9d9774 100644 --- a/src/mathed/InsetMathSpecialChar.h +++ b/src/mathed/InsetMathSpecialChar.h @@ -23,8 +23,6 @@ public: /// explicit InsetMathSpecialChar(docstring const & name); /// - void setBuffer(Buffer &) {} - /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; -- 2.11.4.GIT