DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 4281406e68aeef25c5e8a9dff5542f0e0eee337a
parent 1f1e3ca9d983389022b0257e48a250793136764d
Author: falkTX <falktx@falktx.com>
Date:   Sun, 16 May 2021 18:04:28 +0100

Cleanup unused function

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
Mdgl/src/WindowPrivateData.hpp | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/dgl/src/WindowPrivateData.hpp b/dgl/src/WindowPrivateData.hpp @@ -155,7 +155,6 @@ struct Window::PrivateData : IdleCallback { void onPuglMouse(const Events::MouseEvent& ev); void onPuglMotion(const Events::MotionEvent& ev); void onPuglScroll(const Events::ScrollEvent& ev); - void onPuglTimer(IdleCallback* idleCallback); // Pugl event handling entry point static PuglStatus puglEventCallback(PuglView* view, const PuglEvent* event);