summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-03-24 13:50:01 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-03-24 13:50:01 +0900
commit20daaa5702a27d1a9c7cf9dfacfdfa254ac0e5e3 (patch)
tree0a939ebe2281567132f691d5ef22b8622ad1abf9 /Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs
parent5e51e33310bda10d386289ef9812a008b9145454 (diff)
downloadxamarin-forms-20daaa5702a27d1a9c7cf9dfacfdfa254ac0e5e3.tar.gz
xamarin-forms-20daaa5702a27d1a9c7cf9dfacfdfa254ac0e5e3.tar.bz2
xamarin-forms-20daaa5702a27d1a9c7cf9dfacfdfa254ac0e5e3.zip
Remove Xamarin.Forms.Platform.MacOS
Change-Id: Id39aa5f2767487b42a77884fd0180244f027f4a3
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs16
1 files changed, 0 insertions, 16 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs b/Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs
deleted file mode 100644
index 33ed73b6..00000000
--- a/Xamarin.Forms.Platform.MacOS/Controls/FormsImageView.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using AppKit;
-
-namespace Xamarin.Forms.Platform.MacOS
-{
- internal class FormsNSImageView : NSImageView
- {
- bool _isOpaque;
-
- public void SetIsOpaque(bool isOpaque)
- {
- _isOpaque = isOpaque;
- }
-
- public override bool IsOpaque => _isOpaque;
- }
-} \ No newline at end of file