diff src/win.cc @ 12:52927e5118f9

dep/animone: header cleanup
author Paper <paper@paper.us.eu.org>
date Wed, 08 May 2024 16:43:32 -0400
parents 97ea6a3e1954
children 27b988a1048c
line wrap: on
line diff
--- a/src/win.cc	Wed May 08 16:20:37 2024 -0400
+++ b/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