From b4abecd99bdab7515ef8aa64bc9983b496932168 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 26 Nov 2015 22:15:24 -0500 Subject: [PATCH] Remove some gui remnants of print support. --- src/frontends/qt4/GuiApplication.cpp | 2 -- src/frontends/qt4/GuiView.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 5e213e6fbb..23bb7b7029 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -380,7 +380,6 @@ size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap); PngMap sorted_theme_icon_map[] = { { "bookmark-goto 0", "go-jump" }, { "buffer-new", "document-new" }, - { "buffer-print", "document-print" }, { "buffer-write", "document-save" }, { "buffer-write-as", "document-save-as" }, { "buffer-zoom-in", "zoom-in" }, @@ -389,7 +388,6 @@ PngMap sorted_theme_icon_map[] = { { "cut", "edit-cut" }, { "depth-decrement", "format-indent-less" }, { "depth-increment", "format-indent-more" }, - { "dialog-show print", "document-print" }, { "dialog-show spellchecker", "tools-check-spelling" }, { "dialog-show-new-inset graphics", "insert-image" }, { "dialog-toggle findreplaceadv", "edit-find-replace" }, diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index f8fa48cd52..f17ab774c3 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -4153,7 +4153,7 @@ char const * const dialognames[] = { "external", "file", "findreplace", "findreplaceadv", "float", "graphics", "href", "include", "index", "index_print", "info", "listings", "label", "line", "log", "mathdelimiter", "mathmatrix", "mathspace", "nomenclature", -"nomencl_print", "note", "paragraph", "phantom", "prefs", "print", "ref", +"nomencl_print", "note", "paragraph", "phantom", "prefs", "ref", "sendto", "space", "spellchecker", "symbols", "tabular", "tabularcreate", "thesaurus", "texinfo", "toc", "view-source", "vspace", "wrap", "progress"}; -- 2.39.2