[evas] Missing reference for an example.
authorGustavo Lima Chaves <glima@profusion.mobi>
Tue, 14 Jun 2011 20:12:46 +0000 (20:12 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Tue, 14 Jun 2011 20:12:46 +0000 (20:12 +0000)
And ditching unused variable on it.

SVN revision: 60316

legacy/evas/doc/examples.dox
legacy/evas/src/examples/evas-events.c

index c537822..06dd5c6 100644 (file)
@@ -9,6 +9,7 @@
  *
  * @ref Example_Evas_Load_Error_Str
  *
+ * @ref Example_Evas_Events
  */
 
 /**
index 655ca27..53ea940 100644 (file)
@@ -31,7 +31,7 @@ struct test_data
    Ecore_Evas  *ee;
    Evas        *canvas;
    Eina_Bool    obscured;
-   Evas_Object *img, *img2, *bg;
+   Evas_Object *img, *bg;
    Ecore_Timer *resize_timer, *freeze_timer;
 };