From b4697c33ff2eda9359044047f07d2fa1f6811221 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 6 Jan 2024 18:28:51 +0100 Subject: Remove Fl_Simple_Terminal (replaced by Fl_Terminal) ... as discussed previously. --- src/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 47d576ac3..80d829ce7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # # CMakeLists.txt to build the FLTK library using CMake (www.cmake.org) # -# Copyright 1998-2023 by Bill Spitzak and others. +# Copyright 1998-2024 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -80,7 +80,6 @@ set (CPPFILES Fl_Scrollbar.cxx Fl_Shared_Image.cxx Fl_Shortcut_Button.cxx - Fl_Simple_Terminal.cxx Fl_Single_Window.cxx Fl_Slider.cxx Fl_Spinner.cxx -- cgit v1.2.3