Browse Source

Made changes as suggested.

BDisp 5 years ago
parent
commit
2f9056acb1
1 changed files with 0 additions and 12 deletions
  1. 0 12
      Terminal.Gui/Core/Responder.cs

+ 0 - 12
Terminal.Gui/Core/Responder.cs

@@ -163,18 +163,6 @@ namespace Terminal.Gui {
 			return false;
 		}
 
-		/// <summary>
-		/// Method invoked when a view is added.
-		/// </summary>
-		/// <param name="view">The view added.</param>
-		public virtual void OnAddedView (View view) { }
-
-		/// <summary>
-		/// Method invoked when a view being removing.
-		/// </summary>
-		/// <param name="view">The view being removing.</param>
-		public virtual void OnRemovingView (View view) { }
-
 		/// <summary>
 		/// Method invoked when a view gets focus.
 		/// </summary>