瀏覽代碼

Removed outdated comment

Jean-David Moisan 6 年之前
父節點
當前提交
9c8b0866b0
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Source/Component.cs

+ 0 - 2
Source/Component.cs

@@ -189,8 +189,6 @@ namespace Apos.Gui {
         /// Clips a rectangle against this component's bounding rectangle.
         /// Clips a rectangle against this component's bounding rectangle.
         /// </summary>
         /// </summary>
         public Rectangle ClipRectangle(Rectangle rect1) {
         public Rectangle ClipRectangle(Rectangle rect1) {
-            //TODO: Change the API so that this is done against this component's clipping rect.
-            //      This implies that this function is called against the parent and not the child.
             return ClipRectangle(rect1, ClippingRect);
             return ClipRectangle(rect1, ClippingRect);
         }
         }
         /// <summary>
         /// <summary>