Browse Source

Cleanup unused function

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
4281406e68
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      dgl/src/WindowPrivateData.hpp

+ 0
- 1
dgl/src/WindowPrivateData.hpp View File

@@ -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);


Loading…
Cancel
Save