Browse Source

AclLabel was never is use

Added by mistake in 9b304c1b

Source commit: 68652371d9f08d7138f30a759c65d2dfc867ab20
Martin Prikryl 3 năm trước cách đây
mục cha
commit
438d2fe7b2
2 tập tin đã thay đổi với 0 bổ sung10 xóa
  1. 0 9
      source/forms/Properties.dfm
  2. 0 1
      source/forms/Properties.h

+ 0 - 9
source/forms/Properties.dfm

@@ -142,15 +142,6 @@ object PropertiesDialog: TPropertiesDialog
         Anchors = [akLeft, akTop, akRight]
         Shape = bsTopLine
       end
-      object AclLabel: TLabel
-        Left = 8
-        Top = 203
-        Width = 59
-        Height = 13
-        Caption = 'Permissions:'
-        FocusControl = RightsFrame
-        Visible = False
-      end
       object LocationLabel: TEdit
         Left = 85
         Top = 58

+ 0 - 1
source/forms/Properties.h

@@ -58,7 +58,6 @@ __published:
   TLabel *ChecksumUnknownLabel;
   TEdit *OwnerView;
   TEdit *GroupView;
-  TLabel *AclLabel;
   void __fastcall ControlChange(TObject *Sender);
   void __fastcall FormCloseQuery(TObject *Sender, bool &CanClose);
   void __fastcall CalculateSizeButtonClick(TObject *Sender);