examples: evas: remove unused variable

pi is never used here. Actually for such cases we should use M_PI anyway.
This commit is contained in:
Stefan Schmidt 2016-05-18 12:29:06 +02:00
parent d23938ba08
commit 490b6715a2
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@
#define FOG_COLOR 0.5, 0.5, 0.5
#define FOG_FACTOR 0.2
static double pi = 3.14159265359;
typedef struct _Scene_Data
{
Eo *scene;