diff options
author | Christopher Michael <cp.michael@samsung.com> | 2013-02-19 10:56:48 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2013-02-19 10:56:48 +0000 |
commit | 055ccc581e9218d663ff68ff073ee6b8bb27a470 (patch) | |
tree | 2cb9d5b1360e952969f308d2f3d46134a7103030 /src/modules/conf_randr/e_smart_monitor.h | |
parent | 70380b61256dfcddfb2834edc211d045ef652450 (diff) | |
download | enlightenment-055ccc581e9218d663ff68ff073ee6b8bb27a470.tar.gz enlightenment-055ccc581e9218d663ff68ff073ee6b8bb27a470.tar.xz enlightenment-055ccc581e9218d663ff68ff073ee6b8bb27a470.zip |
Remove virtual_size_set code (turns out, it's not needed).
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84151
Diffstat (limited to 'src/modules/conf_randr/e_smart_monitor.h')
-rw-r--r-- | src/modules/conf_randr/e_smart_monitor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 1bf75ed4a..5b453d29a 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -6,7 +6,6 @@ Evas_Object *e_smart_monitor_add(Evas *evas); void e_smart_monitor_crtc_set(Evas_Object *obj, Ecore_X_Randr_Crtc crtc); void e_smart_monitor_output_set(Evas_Object *obj, Ecore_X_Randr_Output output); -void e_smart_monitor_virtual_size_set(Evas_Object *obj, Evas_Coord vw, Evas_Coord vh); void e_smart_monitor_grid_set(Evas_Object *obj, Evas_Object *grid); # endif |