summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2019-01-23 01:12:09 +0100
committerNao Pross <naopross@thearcway.org>2019-01-23 01:12:09 +0100
commit467a6990b0ee9ba568008697ba2f31b26951dbeb (patch)
tree298c21e7c9da10c74023d0479139f2fc995fd06b /test
parentRemove test makefile (diff)
downloadlibwsdl2-467a6990b0ee9ba568008697ba2f31b26951dbeb.tar.gz
libwsdl2-467a6990b0ee9ba568008697ba2f31b26951dbeb.zip
Separate renderer from window
Diffstat (limited to 'test')
-rw-r--r--test/window_test.cpp1
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) {