Remove unused view state

This commit is contained in:
ismailgulek
2020-09-15 16:43:34 +03:00
parent f0c2861930
commit c9707e2e1b
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)
}