Selaa lähdekoodia

Remove outdated comments.

Martijn Laan 4 vuotta sitten
vanhempi
commit
d33d7436ce
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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 }