diff options
author | Noel <noel.grandin@collabora.co.uk> | 2021-01-19 11:23:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-01-19 18:24:25 +0100 |
commit | 750d96706c36824e599113a70f5741753edcede8 (patch) | |
tree | ec3645074dfaff96d434df5cf312fc51f9c34d58 /vcl/inc/unx/gtk/gtkinst.hxx | |
parent | 83f92f0c567ddba9715b2a48836fae78144aa0fd (diff) |
loplugin:unusedmethods
GtkPrintWrapper stuff is dead since
commit ed07ec7606cb24cccaf6b7b81b2bd308debaa2e6
drop never completed GtkSalPrinter
Change-Id: Ia42e9bca020a9683ba247d466f743a0018e920f7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109618
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx/gtk/gtkinst.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtkinst.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/unx/gtk/gtkinst.hxx b/vcl/inc/unx/gtk/gtkinst.hxx index 3095e80144b3..6d88211fdc44 100644 --- a/vcl/inc/unx/gtk/gtkinst.hxx +++ b/vcl/inc/unx/gtk/gtkinst.hxx @@ -38,8 +38,6 @@ #include <vcl/weldutils.hxx> #include <gtk/gtk.h> -namespace vcl::unx { class GtkPrintWrapper; } - vcl::Font pango_to_vcl(const PangoFontDescription* font, const css::lang::Locale& rLocale); class GenPspGraphics; @@ -240,8 +238,6 @@ public: void RemoveTimer (); - std::shared_ptr<vcl::unx::GtkPrintWrapper> const & getPrintWrapper() const; - void* CreateGStreamerSink(const SystemChildWindow*) override; private: @@ -250,8 +246,6 @@ private: bool IsTimerExpired(); bool bNeedsInit; cairo_font_options_t* m_pLastCairoFontOptions; - - mutable std::shared_ptr<vcl::unx::GtkPrintWrapper> m_xPrintWrapper; }; class SalGtkXWindow final : public weld::TransportAsXWindow |