From 5c85164e2b3c1a58a9135d189b24a3058f308683 Mon Sep 17 00:00:00 2001 From: Adrian Stevens Date: Sat, 3 Feb 2024 21:49:49 -0800 Subject: [PATCH] Cleanup --- Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs b/Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs index 5884e0e..ed0f28f 100644 --- a/Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs +++ b/Source/Juego_Prototype/Apps/Clock/Clock.Renderer.cs @@ -1,5 +1,4 @@ using Meadow; -using Meadow.Foundation; using Meadow.Foundation.Displays.UI; using Meadow.Foundation.Graphics; using System; @@ -32,13 +31,6 @@ public void Init(MicroGraphics gl) InitMenu(gl); return; - - gl.Clear(); - gl.DrawText(0, 0, "Meadow Clock"); - gl.DrawText(0, 16, "v0.1.0"); - gl.Show(); - - Thread.Sleep(500); } public void Update(IIOConfig ioConfig)