]> git.lyx.org Git - lyx.git/blobdiff - src/trans_decl.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / trans_decl.h
index 1b2937f16ab6ad10652fd38421f2196757d76023..e4052f975af862096fd291bddb6752b7854b38e4 100644 (file)
@@ -25,12 +25,7 @@ struct KmodInfo {
        tex_accent accent;
        string allowed;
        KmodException exception_list;    
-
-       
-       //KmodInfo(const KmodInfo&);
        KmodInfo();
-       
-       //KmodInfo& operator= (const KmodInfo&);
 };
 
 #endif