summaryrefslogtreecommitdiff
path: root/gatoattclient.h
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-05-20 01:47:23 +0200
committerJavier <maemo@javispedro.com>2014-05-20 01:47:23 +0200
commite0677f561465615d84ca81b48955dbf8e169e02e (patch)
tree339fb87fbacba43ad514d8017d0f8c8a332732d3 /gatoattclient.h
parent6163f146b2951c492de312365161b8a0f9d1afd1 (diff)
downloadlibgato-e0677f561465615d84ca81b48955dbf8e169e02e.tar.gz
libgato-e0677f561465615d84ca81b48955dbf8e169e02e.zip
remove gatouint128, simplify gatouuid encoding
Diffstat (limited to 'gatoattclient.h')
-rw-r--r--gatoattclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gatoattclient.h b/gatoattclient.h
index aaa214b..834178e 100644
--- a/gatoattclient.h
+++ b/gatoattclient.h
@@ -76,8 +76,6 @@ private:
bool handleEvent(const QByteArray &event);
bool handleResponse(const Request& req, const QByteArray &response);
- void writeUuid16or128(QDataStream& s, const GatoUUID& uuid);
-
QList<InformationData> parseInformationData(const QByteArray &data);
QList<HandleInformation> parseHandleInformation(const QByteArray &data);
QList<AttributeData> parseAttributeData(const QByteArray &data);