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 efb1670d2f8e29c5de807e5f0adc81510dd67c55
Author: Vincent Torri <[email protected]>
AuthorDate: Wed Oct 8 07:59:43 2025 +0200
Evas gl_win32: remove unused variable
---
src/modules/evas/engines/gl_win32/evas_win32_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/evas/engines/gl_win32/evas_win32_main.c b/src/modules/evas/engines/gl_win32/evas_win32_main.c
index c1e18051ac..0ed9d574c8 100644
--- a/src/modules/evas/engines/gl_win32/evas_win32_main.c
+++ b/src/modules/evas/engines/gl_win32/evas_win32_main.c
@@ -197,7 +197,7 @@ eng_window_new(Evas_Engine_Info_GL_Win32 *info,
{
EGLConfig configs[200];
- int config_attrs[40], i, num, idx;
+ int config_attrs[40], i, num;
int alpha;
int depth_bits;
int stencil_bits;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.