diff options
author | Benoit Foucher <benoit@zeroc.com> | 2018-11-21 17:47:35 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2018-11-21 17:49:06 +0100 |
commit | a11945b449ae38efd6f79541c573c0028687c234 (patch) | |
tree | b68a6c1b3a97b6e95009b5ec7810e891bb209a65 /csharp/test/xamarin/controller.UWP/MainPage.xaml.cs | |
parent | Fixed Android Bluetooth acceptor race condition, fixes #181 (diff) | |
download | ice-a11945b449ae38efd6f79541c573c0028687c234.tar.bz2 ice-a11945b449ae38efd6f79541c573c0028687c234.tar.xz ice-a11945b449ae38efd6f79541c573c0028687c234.zip |
Android and Xamarin test controller fixes and improvements
Diffstat (limited to 'csharp/test/xamarin/controller.UWP/MainPage.xaml.cs')
-rw-r--r-- | csharp/test/xamarin/controller.UWP/MainPage.xaml.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs b/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs index 5d6d20d8b97..35f6c423225 100644 --- a/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs +++ b/csharp/test/xamarin/controller.UWP/MainPage.xaml.cs @@ -17,11 +17,6 @@ namespace controller.UWP LoadApplication(new controller.App(this)); } - public bool registerProcessController() - { - return true; - } - public bool isEmulator() { return false; |