Skip to content
  • Mike Fleetwood's avatar
    Stop providing a default for FileSystem::resize() fill_partition argument · 029a8eb1
    Mike Fleetwood authored and Curtis Gedak's avatar Curtis Gedak committed
    FileSystem::resize() (and derived) is only ever called from a single
    location and always with the fill_partition argument supplied [1].
    Therefore providing a default for the argument is unnecessary.  So
    remove it.
    
    [1] Since these two commits from 2006-06-17, before GParted 0.3.0, which
        added resize_filesystem() and maximize_filesystem() methods to wrap
        calls to p_filesystem->resize() into a single location:
    
        08245cd0
        cleanups in the core and the fs'es (resize)
    
        2d7fb570
        more cleanups in the core and the fs'es (these changelogs are getting
    029a8eb1