Remove unused view state

This commit is contained in:
ismailgulek
2020-09-15 16:43:34 +03:00
parent aa51d9fe57
commit 9f041aacdd
2 changed files with 0 additions and 9 deletions
@@ -21,5 +21,4 @@ import Foundation
/// RoomCreationEventsModalViewController view state
enum RoomCreationEventsModalViewState {
case loaded
case error(Error)
}