mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-25 20:03:59 -05:00
idz: Remove some dead code
This commit is contained in:
committed by
da5669c09fdb0a288ba01e259a609d7779ac7fc9
parent
8c164b6130
commit
04dac7279e
@@ -5,8 +5,6 @@ saveSettings.msgCode = 0x00a5;
|
||||
saveSettings.msgLen = 0x0020;
|
||||
|
||||
export function saveSettings(buf: Buffer): SaveSettingsRequest {
|
||||
const pack = buf.readUInt32LE(0x000c);
|
||||
|
||||
return {
|
||||
type: "save_settings_req",
|
||||
aimeId: buf.readUInt32LE(0x0004) as AimeId,
|
||||
|
||||
Reference in New Issue
Block a user