Simplify welcome window creation

This commit is contained in:
Paul Dicker
2025-04-01 17:17:01 +02:00
committed by Stéphane Lesimple
parent 24570f86d1
commit 2b5fca0e4f
3 changed files with 16 additions and 44 deletions

View File

@@ -393,7 +393,6 @@ typedef struct _GlobalClosure
/*** Common stuff for drawing curves and spirals */
gboolean colors_initialized;
GdkRGBA *redText;
char *redMarkup;
GdkRGBA *greenText;
@@ -407,7 +406,6 @@ typedef struct _GlobalClosure
GdkRGBA *blueSector;
GdkRGBA *whiteSector;
GdkRGBA *darkSector;
char *invisibleDash;
/*** Widgets for the linear reading/scanning action */