From 0c49a11a7b51ce1603073ecfd13db0d9eb9e6406 Mon Sep 17 00:00:00 2001 From: sirlilpanda <33928689+sirlilpanda@users.noreply.github.com> Date: Fri, 29 Aug 2025 09:29:55 +1200 Subject: [PATCH] removed un needed comment --- src/states/state.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/states/state.h b/src/states/state.h index eb34244..7da8c77 100644 --- a/src/states/state.h +++ b/src/states/state.h @@ -1,7 +1,6 @@ #pragma once #include "../device.h" -// why nothing working? // each of these are each state void setDeviceStateToLock(Device_t *device); void setDeviceStateToUnlock(Device_t *device);