From c7c24fe64a705f996b3e1b822bd1b2c73fee4691 Mon Sep 17 00:00:00 2001 From: Michalis Kamburelis Date: Thu, 13 Jun 2024 19:35:19 +0200 Subject: [PATCH] Fix CGE compilation, Resize2D not exists anymore since a long time --- glplotter.lpr | 1 - 1 file changed, 1 deletion(-) diff --git a/glplotter.lpr b/glplotter.lpr index 2f0c914..0915f1b 100644 --- a/glplotter.lpr +++ b/glplotter.lpr @@ -1156,7 +1156,6 @@ procedure OptionProc(OptionNum: Integer; HasArgument: boolean; { basic Window callbacks } Window.OnUpdate := @Update; - Window.OnResize := @Resize2D; Window.OnMotion := @Motion; Window.OnRender := @Render;