From abd6b795c412cf1b2d21338ace3a34f4984add42 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Wed, 7 Oct 2015 20:39:50 +0200 Subject: [PUSB] Removed unnecessary endpoint and interface function --- cores/arduino/PluggableUSB.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cores') diff --git a/cores/arduino/PluggableUSB.h b/cores/arduino/PluggableUSB.h index d12c4c4..1f3057a 100644 --- a/cores/arduino/PluggableUSB.h +++ b/cores/arduino/PluggableUSB.h @@ -31,9 +31,6 @@ public: numEndpoints(numEps), numInterfaces(numIfs), endpointType(epType) { } - inline uint8_t interface() const { return pluggedInterface; } - inline uint8_t endpoint() const { return pluggedEndpoint; } - protected: virtual bool setup(USBSetup& setup) = 0; virtual int getInterface(uint8_t* interfaceCount) = 0; -- cgit v1.2.3-18-g5258