This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit ae0c1783d4d8df20ac5531334b915ff9a356ab22
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Fri Feb 9 20:27:42 2024 +0000
elm - remove commented printfs
---
src/lib/elementary/efl_ui_win.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/lib/elementary/efl_ui_win.c b/src/lib/elementary/efl_ui_win.c
index 067791e259..e0babf7c27 100644
--- a/src/lib/elementary/efl_ui_win.c
+++ b/src/lib/elementary/efl_ui_win.c
@@ -3578,14 +3578,12 @@ _elm_win_xwin_update(Efl_Ui_Win_Data *sd)
&stride);
w = rect.w;
h = rect.h;
-// printf("a %ix%i %p\n", w, h, sl.mem);
}
else
{
evas_object_image_size_get(image, &w, &h);
stride = evas_object_image_stride_get(image);
sl.mem = evas_object_image_data_get(image, EINA_FALSE);
-// printf("b %ix%i %p\n", w, h, sl.mem);
}
if (sl.mem)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.