Skip to content

Commit 9c37290

Browse files
authored
Remove unused code (#190)
1 parent 06a322f commit 9c37290

File tree

4 files changed

+1
-295
lines changed

4 files changed

+1
-295
lines changed

ios/Sources/GutenbergKit/Sources/EditorBlock.swift

Lines changed: 0 additions & 11 deletions
This file was deleted.

ios/Sources/GutenbergKit/Sources/EditorBlockPicker.swift

Lines changed: 0 additions & 221 deletions
This file was deleted.

ios/Sources/GutenbergKit/Sources/EditorService.swift

Lines changed: 0 additions & 62 deletions
This file was deleted.

ios/Sources/GutenbergKit/Sources/EditorTypes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
struct EditorBlockType: Decodable, Identifiable {
3+
struct EditorBlock: Decodable, Identifiable {
44
var id: String { name }
55

66
let name: String

0 commit comments

Comments
 (0)