Remove superfluous calls to startLoadingFullImage

Authored by rkflx on May 19 2018, 5:00 PM.

Description

Remove superfluous calls to startLoadingFullImage

Document::waitUntilLoaded already calls Document::startLoadingFullImage.
In case the former is called there is no need to call the latter right
before it would be called anyway, because subsequent calls would simply
result in an early return.

Test Plan:
Cropping still works and tests pass.

Details

Committed
rkflxMay 19 2018, 5:01 PM
Parents
R260:ce062afe88ac: Add comment to make slotDirListerCompleted easier to understand
Branches
Unknown
Tags
Unknown