diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-10-03 20:00:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-10-03 21:47:26 +0200 |
commit | 34095197fcb992d3c1ea63888918495fcc6f6994 (patch) | |
tree | d116130bea5b786b2455dabb3e2fb3142f01e8aa /vcl/unx | |
parent | 75ec373244918d1065bb7d373704800f963232ac (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')
-rw-r--r-- | vcl/unx/gtk3_kde5/a11y/gtk3_kde5_atkwindow.cxx | 12 |
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: */ |