]> git.lyx.org Git - features.git/blobdiff - src/buffer.C
make the graphics backround render ok + other stuff more changes than Id like at...
[features.git] / src / buffer.C
index 0962a9a8d8c7fe5c142ddec7da1d73fcdb2743ff..cd970d7ba52a17ab649d20eb0f0ead4676195553 100644 (file)
@@ -1591,11 +1591,6 @@ void Buffer::writeFileAscii(string const & fname, int linelen)
                        case LyXParagraph::META_HFILL: 
                                ofs << "\t";
                                break;
-#if 0
-                       case LyXParagraph::META_PROTECTED_SEPARATOR:
-                               ofs << " ";
-                               break;
-#endif
                        case '\\':
                                ofs << "\\";
                                break;
@@ -3598,10 +3593,6 @@ void Buffer::RoffAsciiTable(ostream & os, LyXParagraph * par)
                        break;
                case LyXParagraph::META_HFILL: 
                        break;
-#if 0
-               case LyXParagraph::META_PROTECTED_SEPARATOR:
-                       break;
-#endif
                case '\\': 
                        ofs << "\\\\";
                        break;