From e51f4a4a57cfaadbca6af0bb2d100790cc46de17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Mon, 11 Mar 2024 21:27:29 +0100 Subject: [PATCH] Removed skimagecopy It does nothing --- src/core/CMakeLists.txt | 2 -- src/core/skia/skimagecopy.cpp | 27 --------------------------- src/core/skia/skimagecopy.h | 30 ------------------------------ 3 files changed, 59 deletions(-) delete mode 100755 src/core/skia/skimagecopy.cpp delete mode 100755 src/core/skia/skimagecopy.h diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index aef24b609..eaba6479f 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -290,7 +290,6 @@ set( undoredo.cpp exceptions.cpp glhelpers.cpp - skia/skimagecopy.cpp skia/skqtconversions.cpp pointhelpers.cpp simplemath.cpp @@ -618,7 +617,6 @@ set( glhelpers.h skia/skiadefines.h skia/skiaincludes.h - skia/skimagecopy.h skia/skqtconversions.h pointhelpers.h simplemath.h diff --git a/src/core/skia/skimagecopy.cpp b/src/core/skia/skimagecopy.cpp deleted file mode 100755 index ba78d26c8..000000000 --- a/src/core/skia/skimagecopy.cpp +++ /dev/null @@ -1,27 +0,0 @@ -/* -# -# Friction - https://friction.graphics -# -# Copyright (c) Friction contributors -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# See 'README.md' for more information. -# -*/ - -// Fork of enve - Copyright (C) 2016-2020 Maurycy Liebner - -#include "skimagecopy.h" - diff --git a/src/core/skia/skimagecopy.h b/src/core/skia/skimagecopy.h deleted file mode 100755 index 6d12fd5db..000000000 --- a/src/core/skia/skimagecopy.h +++ /dev/null @@ -1,30 +0,0 @@ -/* -# -# Friction - https://friction.graphics -# -# Copyright (c) Friction contributors -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -# -# See 'README.md' for more information. -# -*/ - -// Fork of enve - Copyright (C) 2016-2020 Maurycy Liebner - -#ifndef SKIMAGECOPY_H -#define SKIMAGECOPY_H - - -#endif // SKIMAGECOPY_H