vcl/inc/qt6/QtSvpSurface.hxx | 12 ------------ 1 file changed, 12 deletions(-)
New commits: commit fbefe07e4c4a8959278ea08a247d75612994727c Author: Michael Weghorn <m.wegh...@posteo.de> AuthorDate: Thu Feb 20 09:42:14 2025 +0100 Commit: Michael Weghorn <m.wegh...@posteo.de> CommitDate: Thu Feb 20 11:43:22 2025 +0100 qt: Remove now unused vcl/inc/qt6/QtSvpSurface.hxx , following commit 704f61b1bd2c54831c383e34e74315bd6da356e2 Date: Wed Jan 29 15:35:21 2025 +0200 remove canvas/cairo and canvas/gdi and canvas/directx backends and commit 595354ab7e01546765d84103aaf2bc38e5d3c9b3 (HEAD -> master, origin/master, origin/HEAD) Date: Wed Feb 19 21:13:49 2025 +0100 Remove also canvas/cairo in gtk4, qt6 and gtk3_kde5 Change-Id: If8366bdb6eb3e10de7917cc5c80848eb62c0cbd8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181930 Reviewed-by: Michael Weghorn <m.wegh...@posteo.de> Tested-by: Jenkins diff --git a/vcl/inc/qt6/QtSvpSurface.hxx b/vcl/inc/qt6/QtSvpSurface.hxx deleted file mode 100644 index 122a7c786cc3..000000000000 --- a/vcl/inc/qt6/QtSvpSurface.hxx +++ /dev/null @@ -1,12 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ -/* - * 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 "../qt5/QtSvpSurface.hxx" - -/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */