From ec65369f3c69343e6b9a6a75864b938ac808ab51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 9 Apr 2016 13:12:52 +0200 Subject: [PATCH] Remove comment because it doesn't help much and contains unrelated information. --- config-serializer/config-items/KeyAction.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/config-serializer/config-items/KeyAction.ts b/config-serializer/config-items/KeyAction.ts index e43e2f61..35a49ada 100644 --- a/config-serializer/config-items/KeyAction.ts +++ b/config-serializer/config-items/KeyAction.ts @@ -1,6 +1,3 @@ -// A KeyAction is composed of 3 bytes in the RAM and up to 3 bytes in the EEPROM of the UHK. -// The first byte denotes the subclass of the KeyAction and its length in the EEPROM. - enum KeyActionId { NoneAction = 0, KeystrokeAction = 1,