vcl/unx/gtk3_kde5/gtk3_kde5_a11y.cxx | 38 ----------------------------------- 1 file changed, 38 deletions(-)
New commits: commit 4060230ca5124f7bdd658f2aa5ee5527375edb86 Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Fri Sep 2 22:19:17 2022 +0200 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Fri Sep 2 23:37:14 2022 +0200 gtk3_kde: Drop unused gtk3_kde5_a11y.cxx The file just has includes of gtk3's a11y source files, but those are also separately included in equivalents in `vcl/unx/gtk3_kde5/a11y/`, and the latter are actually used in the Makefile `vcl/Library_vclplug_gtk3_kde5.mk`. `vcl/unx/gtk3_kde5/gtk3_kde5_a11y.cxx` however is unused, so drop it. Change-Id: Ibca1bc30b8591177b3dd660dd245a6a77bd05271 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139276 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> diff --git a/vcl/unx/gtk3_kde5/gtk3_kde5_a11y.cxx b/vcl/unx/gtk3_kde5/gtk3_kde5_a11y.cxx deleted file mode 100644 index 02fd47a60d63..000000000000 --- a/vcl/unx/gtk3_kde5/gtk3_kde5_a11y.cxx +++ /dev/null @@ -1,38 +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/a11y/gtk3atkaction.cxx" -#include "../gtk3/a11y/gtk3atkbridge.cxx" -#include "../gtk3/a11y/gtk3atkcomponent.cxx" -#include "../gtk3/a11y/gtk3atkeditabletext.cxx" -#include "../gtk3/a11y/gtk3atkfactory.cxx" -#include "../gtk3/a11y/gtk3atkhypertext.cxx" -#include "../gtk3/a11y/gtk3atkimage.cxx" -#include "../gtk3/a11y/gtk3atklistener.cxx" -#include "../gtk3/a11y/gtk3atkregistry.cxx" -#include "../gtk3/a11y/gtk3atkselection.cxx" -#include "../gtk3/a11y/gtk3atktable.cxx" -#include "../gtk3/a11y/gtk3atktextattributes.cxx" -#include "../gtk3/a11y/gtk3atktext.cxx" -#include "../gtk3/a11y/gtk3atkutil.cxx" -#include "../gtk3/a11y/gtk3atkvalue.cxx" -#include "../gtk3/a11y/gtk3atkwindow.cxx" -#include "../gtk3/a11y/gtk3atkwrapper.cxx" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */