| 18 | // |
| 19 | |
| 20 | OSXEventQueueBuffer::OSXEventQueueBuffer(IEventQueue *events) : m_eventQueue(events) |
| 21 | { |
| 22 | // Initialization is now managed using modern constructs |
| 23 | } |
| 24 | |
| 25 | void OSXEventQueueBuffer::init() |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected