Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Sinha <manish.sinha@xamarin.com>2015-10-28 00:12:21 +0300
committerKyle White <kyle.white@xamarin.com>2015-12-08 01:07:06 +0300
commit33a8642aa88f9119949cce312b9186308d8ca76c (patch)
tree3b9e7cece87600af271f86ea7d5f8b851b1327ad
parent5c3350eca908d12ecceb44edcf0e7c2cf49f5b4a (diff)
[UITest] Don't override TypeKey and EnterText for GtkTreeViewmonodevelop-5.10.2.26
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest.Results/GtkTreeModelResult.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest.Results/GtkTreeModelResult.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest.Results/GtkTreeModelResult.cs
index a3d2b9efcd..db94926714 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest.Results/GtkTreeModelResult.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest.Results/GtkTreeModelResult.cs
@@ -257,21 +257,6 @@ namespace MonoDevelop.Components.AutoTest.Results
return false;
}
- public override bool TypeKey (char key, string state = "")
- {
- return false;
- }
-
- public override bool TypeKey (string keyString, string state = "")
- {
- throw new NotImplementedException ();
- }
-
- public override bool EnterText (string text)
- {
- return false;
- }
-
public override bool Toggle (bool active)
{
return false;