Explorar o código

Remove outdated comments.

Martijn Laan %!s(int64=4) %!d(string=hai) anos
pai
achega
d33d7436ce
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 }