mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Remove leftover from printing support.
This commit is contained in:
parent
c25e8c50a7
commit
0632c91aee
@ -133,14 +133,6 @@ int const LYX_FORMAT = LYX_FORMAT_LYX;
|
||||
typedef map<string, bool> DepClean;
|
||||
typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;
|
||||
|
||||
void showPrintError(string const & name)
|
||||
{
|
||||
docstring str = bformat(_("Could not print the document %1$s.\n"
|
||||
"Check that your printer is set up correctly."),
|
||||
makeDisplayPath(name, 50));
|
||||
Alert::error(_("Print document failed"), str);
|
||||
}
|
||||
|
||||
} // namespace anon
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user