From a00e5355e8c1aef182f6e60ada150d6b2ce665a5 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 28 Sep 2025 13:29:36 +0000 Subject: [PATCH] do not git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@24 b9cfdab3-6d41-4d17-bbe4-086880011989 --- include/Milsko/TypeDefs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/Milsko/TypeDefs.h b/include/Milsko/TypeDefs.h index 04c79f8..afb0ecb 100644 --- a/include/Milsko/TypeDefs.h +++ b/include/Milsko/TypeDefs.h @@ -56,9 +56,6 @@ typedef struct _MilskoClass { MilskoHandler destroy; MilskoHandler draw; MilskoHandler click; - - MilskoTextKeyValue* text; - MilskoIntegerKeyValue* integer; } *MilskoClass, MilskoClassRec; #endif