• Tor Lillqvist's avatar
    ImplRestore() can be private · 166ee118
    Tor Lillqvist yazdı
    It is only called from other member functions.
    
    Also, all the calls are inside conditionals that check mpData &&
    mpData->mbCurVisible already, so no need to check anew in the function. Use an
    assert() instead.
    
    Change-Id: Ibcde0aa43877b64b9b0ae5117cbda1fb44ee023d
    166ee118
cursor.cxx 10.8 KB