summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3_kde5/a11y
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 /vcl/unx/gtk3_kde5/a11y
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>
Diffstat (limited to 'vcl/unx/gtk3_kde5/a11y')
-rw-r--r--vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow.cxx12
1 files changed, 0 insertions, 12 deletions
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: */