Fix bug 4782.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24489 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-04-24 16:08:11 +00:00
parent d95201096e
commit 27f2bdf4e3

View 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(), /**/);