Mercurial > minori
diff dep/animone/src/win.cc @ 285:65df2813d0de
dep/animone: header cleanup
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 08 May 2024 16:43:32 -0400 |
parents | 1a6a5d3a94cd |
children | b1f625b0227c |
line wrap: on
line diff
--- a/dep/animone/src/win.cc Wed May 08 16:21:05 2024 -0400 +++ b/dep/animone/src/win.cc Wed May 08 16:43:32 2024 -0400 @@ -12,15 +12,11 @@ # include "animone/win/x11.h" #endif -#include <iostream> - namespace animone::internal { bool EnumerateWindows(window_proc_t window_proc) { bool success = false; - std::cout << "enumerating windows" << std::endl; - #ifdef WIN32 success |= win32::EnumerateWindows(window_proc); #endif