Skip to content

Commit

Permalink
After further testing, removing ZWD
Browse files Browse the repository at this point in the history
  • Loading branch information
marmelroy committed Nov 26, 2015
1 parent d80cc16 commit d681041
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Format/Currency.swift
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,6 @@ public enum Currency: NumberFormatter {
case ZAR
/// Zambia Kwacha
case ZMW
/// Zimbabwe Dollar
case ZWD

/// Modifier
public var modifier: String {
Expand Down Expand Up @@ -654,8 +652,6 @@ public enum Currency: NumberFormatter {
return "ZAR"
case ZMW:
return "ZMW"
case ZWD:
return "ZWD"
}
}

Expand Down

0 comments on commit d681041

Please sign in to comment.