From 3b8e30b7de65d6c5c161392ab6cf747fedbc3cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Fri, 15 Mar 2024 19:44:19 +0100 Subject: [PATCH] Removed boxtypemenu Does nothing --- src/app/CMakeLists.txt | 1 - src/app/boxtypemenu.h | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100755 src/app/boxtypemenu.h diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 16e67c5c2..4aec26fe2 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -374,7 +374,6 @@ set( GUI/flowlayout.h GUI/ColorWidgets/colorwidgetshaders.h #GUI/BrushWidgets/brushwidget.h - boxtypemenu.h GUI/Settings/labeledslider.h ) diff --git a/src/app/boxtypemenu.h b/src/app/boxtypemenu.h deleted file mode 100755 index 1a917b2b5..000000000 --- a/src/app/boxtypemenu.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 POINTTYPEMENU_H -#define POINTTYPEMENU_H -#include "typemenu.h" - -#endif // POINTTYPEMENU_H