Removes a given NSRunLoop object from the list of run loops the receiver monitors and from which it responds to requests.
Original signature is '- (void)removeRunLoop:(NSRunLoop *)runloop'
Available in Mac OS X v10.0 and later.


- runloop (NSRunLoop)
- The run loop to remove from the receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)