summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-10-03 20:00:22 +0200
committerStephan Bergmann <sbergman@redhat.com>2019-10-03 21:47:26 +0200
commit34095197fcb992d3c1ea63888918495fcc6f6994 (patch)
treed116130bea5b786b2455dabb3e2fb3142f01e8aa
parent75ec373244918d1065bb7d373704800f963232ac (diff)
Fix --enable-gtk3-kde5
...after 09f77e8ed51fc64fccc6a14e87eed48b2f15a28d "loplugin:unusedmethods" Change-Id: I6cc0aaf7e14b58311b236f0c7974fb2ccf8ee799 Reviewed-on: https://gerrit.libreoffice.org/80157 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r--vcl/Library_vclplug_gtk3_kde5.mk1
-rw-r--r--vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow.cxx12
2 files changed, 0 insertions, 13 deletions
diff --git a/vcl/Library_vclplug_gtk3_kde5.mk b/vcl/Library_vclplug_gtk3_kde5.mk
index 231726449c4e..51dafda097be 100644
--- a/vcl/Library_vclplug_gtk3_kde5.mk
+++ b/vcl/Library_vclplug_gtk3_kde5.mk
@@ -100,7 +100,6 @@ $(eval $(call gb_Library_add_exception_objects,vclplug_gtk3_kde5,\
vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atktext \
vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkutil \
vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkvalue \
- vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow \
vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwrapper \
vcl/unx/gtk3_kde5/gtk3_kde5_gtkdata \
vcl/unx/gtk3_kde5/gtk3_kde5_gtkinst \
diff --git a/vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow.cxx b/vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow.cxx
deleted file mode 100644
index 194e10999657..000000000000
--- a/vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow.cxx
+++ /dev/null
@@ -1,12 +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/.
- */
-
-#include "../../gtk3/a11y/gtk3atkwindow.cxx"
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */