Remove support for Gnome printing from wxGTK.

It was replaced by GTK+ printing several years ago and is almost never used
any longer anyhow, so any problems in this code (and there are some) would
never be found and fixed.

Also update the message catalogs to avoid having the strings not used any
more, as they were only used in Gnome printing code.

Closes #15517.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-10-01 17:09:02 +00:00
parent afab8b85c4
commit 9ed99f82da
59 changed files with 12667 additions and 15615 deletions

View File

@@ -862,17 +862,13 @@ typedef pid_t GPid;
*/
#define wxUSE_LIBSDL 0
/*
* Use GTK print for printing under GTK+ 2.0
* Use GTK print for printing under GTK+ 2.10+
*/
#ifdef VMS_GTK2
#define wxUSE_GTKPRINT 1
#else
#define wxUSE_GTKPRINT 0
#endif
/*
* Use GNOME print for printing under GTK+ 2.0
*/
#define wxUSE_LIBGNOMEPRINT 0
/*
* Use GNOME VFS for MIME types
*/