diff options
author | Nao Pross <naopross@thearcway.org> | 2019-01-23 01:12:09 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2019-01-23 01:12:09 +0100 |
commit | 467a6990b0ee9ba568008697ba2f31b26951dbeb (patch) | |
tree | 298c21e7c9da10c74023d0479139f2fc995fd06b /test | |
parent | Remove test makefile (diff) | |
download | libwsdl2-467a6990b0ee9ba568008697ba2f31b26951dbeb.tar.gz libwsdl2-467a6990b0ee9ba568008697ba2f31b26951dbeb.zip |
Separate renderer from window
Diffstat (limited to 'test')
-rw-r--r-- | test/window_test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/window_test.cpp b/test/window_test.cpp index 17c7cf4..3971645 100644 --- a/test/window_test.cpp +++ b/test/window_test.cpp @@ -25,7 +25,6 @@ int main(int argc, char *argv[]) { std::optional<event> ev = poll_event(); if (ev.has_value()) { event& event = ev.value(); - npdebug("received event", event.sdl().type); // TODO: remove this sdl code if (event.sdl().type == SDL_WINDOWEVENT) { |