Remove unused view state

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