Browse Source

Cleanup

Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX 4 years ago
parent
commit
18b5b5e50b
1 changed files with 0 additions and 7 deletions
  1. +0
    -7
      dgl/src/Window.cpp

+ 0
- 7
dgl/src/Window.cpp View File

@@ -246,13 +246,6 @@ void Window::setTransientWinId(const uintptr_t winId)
puglSetTransientFor(pData->fView, winId);
}

#if 0
Application& Window::getApp() const noexcept
{
return pData->fApp;
}
#endif

void Window::_addWidget(Widget* const widget)
{
pData->addWidget(widget);


Loading…
Cancel
Save