Index: src/OFRunLoop.h ================================================================== --- src/OFRunLoop.h +++ src/OFRunLoop.h @@ -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; } Index: src/OFRunLoop.m ================================================================== --- src/OFRunLoop.m +++ src/OFRunLoop.m @@ -14,12 +14,10 @@ * file. */ #include "config.h" -#define OF_RUNLOOP_M - #import "OFRunLoop.h" #import "OFDictionary.h" #import "OFThread.h" #import "OFSortedList.h" #import "OFTimer.h"