From 501fa2b3a948148a02b3f3d9a535c54a62b9442e Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 2 Nov 2007 16:10:33 +0000 Subject: [PATCH] remove void operation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21377 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetERT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetERT.cpp b/src/insets/InsetERT.cpp index 4228737088..a94d3729c0 100644 --- a/src/insets/InsetERT.cpp +++ b/src/insets/InsetERT.cpp @@ -52,7 +52,7 @@ using std::string; void InsetERT::init() { setButtonLabel(); - setLabelFont(layout_.labelfont); + // FIXME: what to do with those? //text_.current_font.setLanguage(latex_language); //text_.real_current_font.setLanguage(latex_language); -- 2.39.2