Backport: a9cd2aa :: Remove unused variable and some dead printfs.

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

SVN revision: 84199
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:59:08 +00:00 committed by Deon Thomas
parent 42e9ced343
commit 8b0997959e
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))
{