From 547e538476a788dfeb5974f9b8ad29441d18980b Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 6 Feb 2025 19:28:33 +1300 Subject: Slightly better / more consistent comments --- body/c_fl_window.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'body/c_fl_window.cpp') diff --git a/body/c_fl_window.cpp b/body/c_fl_window.cpp index 0db4e9d..e41af01 100644 --- a/body/c_fl_window.cpp +++ b/body/c_fl_window.cpp @@ -252,9 +252,6 @@ void fl_window_set_force_position(WINDOW n, int s) { (static_cast(n)->*myforce)(s); } - - - int fl_window_get_x_root(WINDOW n) { return static_cast(n)->x_root(); } -- cgit