OSDN Git Service

使用しないSizeByteプロパティを削除
authorh677 <h677>
Thu, 13 May 2004 16:37:33 +0000 (16:37 +0000)
committerh677 <h677>
Thu, 13 May 2004 16:37:33 +0000 (16:37 +0000)
BoardGroup.pas

index 7019c96..763e7fe 100644 (file)
@@ -280,7 +280,6 @@ type
                FURL                                    : string;                               // \82±\82Ì\83X\83\8c\82ð\83u\83\89\83E\83U\82Å\95\\8e¦\82·\82é\8dÛ\82Ì URL
                FBoardPlugIn    : TBoardPlugIn; // \82±\82Ì\83X\83\8c\82ð\83T\83|\81[\83g\82·\82é\83v\83\89\83O\83C\83\93
                FFilePath                       : string;                               // \82±\82Ì\83X\83\8c\82ª\95Û\91\82³\82ê\82Ä\82¢\82é\83p\83X
-               FSizeByte                       : Integer;                      // CreateHTML2 \82ð\8eÀ\8ds\82µ\82Ä\82¢\82é\8dÅ\92\86\82É\88ê\8e\9e\93I\82É\95Û\91\82³\82ê\82é\92l
 
                procedure SetLastModified(d: TDateTime);
                procedure SetRound(b: Boolean);
@@ -334,7 +333,6 @@ type
                property        URL                                     : string                                read FURL write FURL;
                property        BoardPlugIn     : TBoardPlugIn  read FBoardPlugIn;
                property        FilePath                : string                                read FFilePath write FFilePath;
-               property        SizeByte                : Integer                               read FSizeByte write FSizeByte;
                function        IsBoardPlugInAvailable : Boolean;
        end;