X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fvideo-view%2Fvideo-view-impl.cpp;h=e1b2f062a80001c27b3dc3206b21c4662158af76;hb=ccf04dca01d8df62bab3646fb47b857ae7a5f97f;hp=d85be9ab9987831c5e76dcdf5521a2b03e095fa6;hpb=0fdb709c2dd6423764d61d3db3ab2b2eade18021;p=platform%2Fcore%2Fuifw%2Fdali-toolkit-legacy.git diff --git a/dali-toolkit/internal/controls/video-view/video-view-impl.cpp b/dali-toolkit/internal/controls/video-view/video-view-impl.cpp index d85be9a..e1b2f06 100755 --- a/dali-toolkit/internal/controls/video-view/video-view-impl.cpp +++ b/dali-toolkit/internal/controls/video-view/video-view-impl.cpp @@ -583,30 +583,6 @@ Vector3 VideoView::GetNaturalSize() } } -float VideoView::GetHeightForWidth( float width ) -{ - if( mVideoSize.GetWidth() > 0 && mVideoSize.GetHeight() > 0 ) - { - return GetHeightForWidthBase( width ); - } - else - { - return Control::GetHeightForWidthBase( width ); - } -} - -float VideoView::GetWidthForHeight( float height ) -{ - if( mVideoSize.GetWidth() > 0 && mVideoSize.GetHeight() > 0 ) - { - return GetWidthForHeightBase( height ); - } - else - { - return Control::GetWidthForHeightBase( height ); - } -} - void VideoView::SetWindowSurfaceTarget() { Actor self = Self();