Loading services/input/InputDispatcher.cpp +0 −11 Original line number Diff line number Diff line Loading @@ -3965,17 +3965,6 @@ const char* InputDispatcher::Connection::getStatusLabel() const { } } InputDispatcher::DispatchEntry* InputDispatcher::Connection::findQueuedDispatchEntryForEvent( const EventEntry* eventEntry) const { for (DispatchEntry* dispatchEntry = outboundQueue.tail; dispatchEntry; dispatchEntry = dispatchEntry->prev) { if (dispatchEntry->eventEntry == eventEntry) { return dispatchEntry; } } return NULL; } // --- InputDispatcher::CommandEntry --- Loading services/input/InputDispatcher.h +0 −4 Original line number Diff line number Diff line Loading @@ -790,10 +790,6 @@ private: inline const char* getInputChannelName() const { return inputChannel->getName().string(); } const char* getStatusLabel() const; // Finds a DispatchEntry in the outbound queue associated with the specified event. // Returns NULL if not found. DispatchEntry* findQueuedDispatchEntryForEvent(const EventEntry* eventEntry) const; }; enum DropReason { Loading Loading
services/input/InputDispatcher.cpp +0 −11 Original line number Diff line number Diff line Loading @@ -3965,17 +3965,6 @@ const char* InputDispatcher::Connection::getStatusLabel() const { } } InputDispatcher::DispatchEntry* InputDispatcher::Connection::findQueuedDispatchEntryForEvent( const EventEntry* eventEntry) const { for (DispatchEntry* dispatchEntry = outboundQueue.tail; dispatchEntry; dispatchEntry = dispatchEntry->prev) { if (dispatchEntry->eventEntry == eventEntry) { return dispatchEntry; } } return NULL; } // --- InputDispatcher::CommandEntry --- Loading
services/input/InputDispatcher.h +0 −4 Original line number Diff line number Diff line Loading @@ -790,10 +790,6 @@ private: inline const char* getInputChannelName() const { return inputChannel->getName().string(); } const char* getStatusLabel() const; // Finds a DispatchEntry in the outbound queue associated with the specified event. // Returns NULL if not found. DispatchEntry* findQueuedDispatchEntryForEvent(const EventEntry* eventEntry) const; }; enum DropReason { Loading