diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-25 18:11:35 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-10-25 18:11:35 +0100 |
| commit | 4aba4d7597005af1efa12f420e01d5f938ad60d8 (patch) | |
| tree | 1fbfbffb402f18e54883bddb31780b9581ad5d0d /UEngines.pas | |
| parent | 53c1df30e07af532133db05ee0254f9c1dae66f7 (diff) | |
| download | tuxcmd-0.6.69.tar.xz | |
Clean VFS API up a littlev0.6.69
Strictly split archiving and networking mode, get rid of prefixes
Diffstat (limited to 'UEngines.pas')
| -rw-r--r-- | UEngines.pas | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/UEngines.pas b/UEngines.pas index 264740c..dd35d44 100644 --- a/UEngines.pas +++ b/UEngines.pas @@ -112,7 +112,6 @@ type function FileCanRun(const FileName: string): boolean; virtual; abstract; function GetPath: string; virtual; abstract; procedure SetPath(Value: string); virtual; abstract; - function GetPrefix: string; virtual; abstract; // Copy-related routines function GetBlockSize: guint32; virtual; abstract; @@ -164,7 +163,6 @@ type function FileCanRun(const FileName: string): boolean; override; function GetPath: string; override; procedure SetPath(Value: string); override; - function GetPrefix: string; override; function GetBlockSize: guint32; override; procedure SetBlockSize(Value: guint32); override; @@ -1071,12 +1069,6 @@ begin end; (********************************************************************************************************************************) -function TLocalTreeEngine.GetPrefix: string; -begin - Result := ''; -end; - -(********************************************************************************************************************************) function TLocalTreeEngine.TwoSameFiles(const Path1, Path2: string): boolean; var st1, st2: Pstat64; begin |
