Remove function call to monitor_virtual_size_set.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 10:56:51 +0000 (10:56 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 19 Feb 2013 10:56:51 +0000 (10:56 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84152

src/modules/conf_randr/e_smart_randr.c

index 52d7173..23772a5 100644 (file)
@@ -198,9 +198,6 @@ e_smart_randr_monitors_create(Evas_Object *obj)
                   /* tell monitor what the virtual grid is */
                   e_smart_monitor_grid_set(mon, sd->o_grid);
 
-                  /* tell monitor what the virtual grid size is */
-                  e_smart_monitor_virtual_size_set(mon, sd->vw, sd->vh);
-
                   /* tell monitor what crtc it uses */
                   e_smart_monitor_crtc_set(mon, crtcs[i]);