From c46a786dba4165d6eec19a90517ba445228df4c1 Mon Sep 17 00:00:00 2001 From: mjbudd77 Date: Thu, 3 Mar 2022 07:00:11 -0500 Subject: [PATCH] Updated TODO-SDL to state that old GTK GUI is retired. --- TODO-SDL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO-SDL b/TODO-SDL index 5edf6359..fb067749 100644 --- a/TODO-SDL +++ b/TODO-SDL @@ -2,8 +2,7 @@ Priorities ========== * Clean out old unused files - scons build system is dead, cmake is the way to go. * GTK GUI was not cross-platform. A Qt5 version of the GUI has been created to meet this need. - I will keep the GTK GUI around for Linux users who prefer it, but when it comes to adding new features - the Qt GUI is where I plan to add them first (if at all). + The GTK GUI has been retired and is no longer supported. * The Qt GUI has by far exceeded the capabilities of the older GTK version. Below is a GUI capability matrix showing the differences between the two. I HIGHLY RECOMMEND USING THE Qt GUI. * Code cleanup. Lots of compiler warnings with newer GCC. Maybe I'm OCD... but these warnings bother me.