summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3_kde5
diff options
context:
space:
mode:
authorNoel <noel.grandin@collabora.co.uk>2021-01-19 11:23:03 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-01-19 18:24:25 +0100
commit750d96706c36824e599113a70f5741753edcede8 (patch)
treeec3645074dfaff96d434df5cf312fc51f9c34d58 /vcl/unx/gtk3_kde5
parent83f92f0c567ddba9715b2a48836fae78144aa0fd (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/unx/gtk3_kde5')
-rw-r--r--vcl/unx/gtk3_kde5/gtk3_kde5_printwrapper.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/vcl/unx/gtk3_kde5/gtk3_kde5_printwrapper.cxx b/vcl/unx/gtk3_kde5/gtk3_kde5_printwrapper.cxx
deleted file mode 100644
index 33768f8cac73..000000000000
--- a/vcl/unx/gtk3_kde5/gtk3_kde5_printwrapper.cxx
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include "../gtk3/gtk3gtkprintwrapper.cxx"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */