remove unused, empty glib event source/callback code (was from an experiment during nutempo2 development)

This commit is contained in:
Paul Davis 2021-09-04 07:39:27 -06:00
parent acd7703c36
commit e057088195
7 changed files with 0 additions and 80 deletions

View file

@ -1,19 +0,0 @@
#include "pbd/glib_event_source.h"
bool
GlibEventLoopSource::prepare (int& timeout)
{
return false;
}
bool
GlibEventLoopSource::check ()
{
return false;
}
bool
GlibEventLoopSource::dispatch (sigc::slot_base*)
{
return false;
}