Remove unused variable and some dead printfs.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 84199
This commit is contained in:
Christopher Michael 2013-02-19 10:59:08 +00:00 committed by Christopher Michael
parent a9f1783e5f
commit a9cd2aaa02
1 changed files with 0 additions and 2 deletions

View File

@ -255,7 +255,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
{
Evas_Object *mon;
Ecore_X_Randr_Output output;
Ecore_X_Randr_Crtc rcrtc;
static Evas_Coord nx = 0;
/* for each output, try to create a monitor */
@ -266,7 +265,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
sd->monitors = eina_list_append(sd->monitors, mon);
output = (int)(long)o;
/* printf("\t\tOutput %d Crtc Is: %d\n", output, rcrtc); */
if ((cw == 0) && (ch == 0))
{