Skip to content

Commit

Permalink
Remove windows build check.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 26, 2020
1 parent 55a257e commit 3b53f0f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
// either express or implied. See the License for the specific language governing permissions
// and limitations under the License.

#if WINDOWS_BUILD

using ImageMagick;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down Expand Up @@ -78,5 +76,3 @@ private static void AssertClipColors(bool inside, QuantumType value)
}
}
}

#endif

0 comments on commit 3b53f0f

Please sign in to comment.