From 0cefca3d4c72d783cf879360a5a0c5dfc28ddf24 Mon Sep 17 00:00:00 2001 From: SBiOSoftWhare Date: Thu, 31 May 2018 12:15:13 +0200 Subject: [PATCH] Remove useless commented code in SettingsViewController --- Riot/ViewController/SettingsViewController.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Riot/ViewController/SettingsViewController.m b/Riot/ViewController/SettingsViewController.m index 4db9a4540..fb90398b1 100644 --- a/Riot/ViewController/SettingsViewController.m +++ b/Riot/ViewController/SettingsViewController.m @@ -238,8 +238,6 @@ typedef void (^blockSettingsViewController_onReadyToDestroy)(); @property (weak, nonatomic) DeactivateAccountViewController *deactivateAccountViewController; -//@property (strong, nonatomic) ErrorPresenter *errorPresenter; - @end @implementation SettingsViewController