From 0632c91aee255b8bacb7d27a0f4b9efa33c456e2 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 28 May 2015 13:33:56 +0200 Subject: [PATCH] Remove leftover from printing support. --- src/Buffer.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Buffer.cpp b/src/Buffer.cpp index 8af68e43d9..2a67292c37 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -133,14 +133,6 @@ int const LYX_FORMAT = LYX_FORMAT_LYX; typedef map DepClean; typedef map > 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 -- 2.39.2