@@ -25,13 +25,10 @@ /** * \brief A class providing a run loop for the application and its processes. */ @interface OFRunLoop: OFObject -#ifdef OF_RUNLOOP_M - -#endif { OFSortedList *timersQueue; OFStreamObserver *streamObserver; OFMutableDictionary *readQueues; }