X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/0d5baf9bb3e88ebcbc53cc9a71566582d585f7dd..32f0f605efa293430a47d60bb857695ff6937d21:/Demos/Device/Mouse/Mouse.h diff --git a/Demos/Device/Mouse/Mouse.h b/Demos/Device/Mouse/Mouse.h index afa5a6a55..3bbbac234 100644 --- a/Demos/Device/Mouse/Mouse.h +++ b/Demos/Device/Mouse/Mouse.h @@ -105,9 +105,6 @@ /** Indicates that this module will catch the USB_Disconnect event when thrown by the library. */ HANDLES_EVENT(USB_Disconnect); - /** Indicates that this module will catch the USB_Reset event when thrown by the library. */ - HANDLES_EVENT(USB_Reset); - /** Indicates that this module will catch the USB_ConfigurationChanged event when thrown by the library. */ HANDLES_EVENT(USB_ConfigurationChanged);