Skip to content

Commit

Permalink
Remove obsolete enum
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-david committed Aug 18, 2020
1 parent c3d5d67 commit c0879e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
4 changes: 0 additions & 4 deletions src/Camera.App/Resources/Dictionary/Value.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<contracts:Rotation x:Key="Rotate90">Rotate90</contracts:Rotation>
<contracts:Rotation x:Key="Rotate270">Rotate270</contracts:Rotation>

<contracts:FrameRate x:Key="FrameRateLow">Low</contracts:FrameRate>
<contracts:FrameRate x:Key="FrameRateMedium">Medium</contracts:FrameRate>
<contracts:FrameRate x:Key="FrameRateHigh">High</contracts:FrameRate>

<sys:Boolean x:Key="BooleanTrue">True</sys:Boolean>
<sys:Boolean x:Key="BooleanFalse">False</sys:Boolean>

Expand Down
22 changes: 0 additions & 22 deletions src/Restless.Camera.Contracts/Classes/FrameRate.cs

This file was deleted.

0 comments on commit c0879e3

Please sign in to comment.