Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common
Modified Files:
evas_cpu.c
Log Message:
Removed unused variable. 1 line indent fix.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_cpu.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- evas_cpu.c 11 Mar 2003 04:56:46 -0000 1.4
+++ evas_cpu.c 11 Mar 2003 04:59:49 -0000 1.5
@@ -65,7 +65,6 @@
evas_common_cpu_init(void)
{
static int called = 0;
- int enabled;
if (called) return;
called = 1;
@@ -101,7 +100,7 @@
inline int
evas_common_cpu_has_feature(unsigned int feature)
{
- return (cpu_feature_mask & feature);
+ return (cpu_feature_mask & feature);
}
int
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs