ipodpatcher: Remove unused functions

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Mon, 29 Jun 2026 16:56:20 -0400
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit d618846a8f8f7047ca76ac1e039ffb214b60a874
Author: Vencislav Atanasov <[email protected]>
Date:   Mon Jun 29 21:31:28 2026 +0300

    ipodpatcher: Remove unused functions
    
    Co-authored-by: ChatGPT (GPT-5.3 Mini) <[email protected]>
    Change-Id: Iedb2d42612d543e7761dd1c2628310cd053652e3

diff --git a/utils/ipodpatcher/ipodpatcher.c b/utils/ipodpatcher/ipodpatcher.c
index afda645369..de9ca5b3f7 100644
--- a/utils/ipodpatcher/ipodpatcher.c
+++ b/utils/ipodpatcher/ipodpatcher.c
@@ -127,19 +127,6 @@ static inline int be2int(unsigned char* buf)
    return res;
 }
 
-static inline int getint16le(char* buf)
-{
-   int16_t res = (buf[1] << 8) | buf[0];
-
-   return res;
-}
-
-static inline void short2le(unsigned short val, unsigned char* addr)
-{
-    addr[0] = val & 0xFF;
-    addr[1] = (val >> 8) & 0xff;
-}
-
 static inline void int2le(unsigned int val, unsigned char* addr)
 {
     addr[0] = val & 0xFF;
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs