Managers: remove a redundant statement.
This commit is contained in:
parent
03cbb7f8ae
commit
e9a356fa21
1 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,7 @@
|
|||
|
||||
namespace mbst { namespace Managers {
|
||||
|
||||
BackupManager::BackupManager():
|
||||
_vfs()
|
||||
{
|
||||
BackupManager::BackupManager() {
|
||||
refresh();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue