浏览代码

Remove outdated comments.

Martijn Laan 4 年之前
父节点
当前提交
d33d7436ce
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Examples/CodeClasses.iss

+ 0 - 2
Examples/CodeClasses.iss

@@ -249,7 +249,6 @@ begin
   ProgressBar2.Anchors := [akLeft, akRight, akBottom];
   ProgressBar2.Parent := Page.Surface;
   ProgressBar2.Position := 50;
-  { Note: TNewProgressBar.State property only has an effect on Windows Vista and newer }
   ProgressBar2.State := npbsError;
 
   ProgressBar3 := TNewProgressBar.Create(Page);
@@ -259,7 +258,6 @@ begin
   ProgressBar3.Height := ProgressBarLabel.Height + ScaleY(8);
   ProgressBar3.Anchors := [akLeft, akRight, akBottom];
   ProgressBar3.Parent := Page.Surface;
-  { Note: TNewProgressBar.Style property only has an effect on Windows XP and newer }
   ProgressBar3.Style := npbstMarquee;
   
   { TNewCheckListBox }