commit 5dfd1d0f4beffb34cf5fc57b9f7712981b823a15
Author: Juergen Spitzmueller <[email protected]>
Date:   Fri Dec 16 09:27:10 2016 +0100

    remove archaic comments.
    
    lyx3 was a vision of the last century.
---
 src/insets/InsetSpecialChar.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetSpecialChar.cpp b/src/insets/InsetSpecialChar.cpp
index 617c7f5..25c8a3a 100644
--- a/src/insets/InsetSpecialChar.cpp
+++ b/src/insets/InsetSpecialChar.cpp
@@ -285,7 +285,6 @@ void InsetSpecialChar::draw(PainterInfo & pi, int x, int y) 
const
 }
 
 
-// In lyxf3 this will be just LaTeX
 void InsetSpecialChar::write(ostream & os) const
 {
        string command;
@@ -328,7 +327,6 @@ void InsetSpecialChar::write(ostream & os) const
 }
 
 
-// This function will not be necessary when lyx3
 void InsetSpecialChar::read(Lexer & lex)
 {
        lex.next();

Reply via email to