surfaces & event loops: i really mean no more request buffer factories
This commit is contained in:
@@ -437,14 +437,3 @@ MIDISurface::bundles ()
|
||||
return b;
|
||||
}
|
||||
|
||||
void*
|
||||
MIDISurface::request_factory (uint32_t num_requests)
|
||||
{
|
||||
/* AbstractUI<T>::request_buffer_factory() is a template method only
|
||||
instantiated in this source module. To provide something visible for
|
||||
use in the interface/descriptor, we have this static method that is
|
||||
template-free.
|
||||
*/
|
||||
return request_buffer_factory (num_requests);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user