Skip to content

Commit

Permalink
Remove ColorPaletteItemResource
Browse files Browse the repository at this point in the history
Since clr support is removed
  • Loading branch information
mac-cain13 committed Jun 7, 2018
1 parent e79ff03 commit 33c93f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/RswiftCore/SwiftTypes/Type.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ struct Type: UsedTypesProvider, CustomStringConvertible, Hashable {
static let NibResourceType = Type(module: "Rswift", name: "NibResourceType")
static let FileResource = Type(module: "Rswift", name: "FileResource")
static let FontResource = Type(module: "Rswift", name: "FontResource")
static let ColorPaletteItemResource = Type(module: "Rswift", name: "ColorPaletteItemResource")
static let ColorResource = Type(module: "Rswift", name: "ColorResource")
static let ImageResource = Type(module: "Rswift", name: "ImageResource")
static let StringResource = Type(module: "Rswift", name: "StringResource")
Expand Down

0 comments on commit 33c93f4

Please sign in to comment.