]> git.lyx.org Git - lyx.git/blobdiff - src/PrinterParams.cpp
Some comments.
[lyx.git] / src / PrinterParams.cpp
index 0a6620f6c6d27f1d839f3828e6a284607ad482ad..c7bfd09db1cb361c80376f4566f703419a81e1fe 100644 (file)
@@ -42,7 +42,9 @@ void PrinterParams::testInvariant() const
 {
        switch (target) {
        case PRINTER:
-               LASSERT(!printer_name.empty(), /**/);
+               // We can't do this test, because no default printer
+               // may have been set.
+               // LASSERT(!printer_name.empty(), /**/);
                break;
        case FILE:
                LASSERT(!file_name.empty(), /**/);