summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/motor/asserv.h
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/motor/asserv.h')
-rw-r--r--2004/i/nono/src/motor/asserv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/2004/i/nono/src/motor/asserv.h b/2004/i/nono/src/motor/asserv.h
index e95a3c7..5685bff 100644
--- a/2004/i/nono/src/motor/asserv.h
+++ b/2004/i/nono/src/motor/asserv.h
@@ -106,10 +106,6 @@ class Asserv
void handleStatMotor (void);
/// Traite un message du compteur.
void handleCounter (void);
- /// Décode un mot signé (1 octets).
- int getSignedChar (const char *s) const;
- /// Décode un mot signé (2 octets).
- int getSignedShort (const char *s) const;
};
#endif // asserv_h