diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-28 16:51:52 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-10-28 16:51:52 +0100 |
| commit | a67cd9193a6ac04d34c92c1a817fb0f5e44af30f (patch) | |
| tree | 888227edebb4844efb01cd70bcbfc459b09d2a56 /UEngines.pas | |
| parent | 4234ca950044c27a1b2fcc92f45d816ef217487f (diff) | |
| download | tuxcmd-a67cd9193a6ac04d34c92c1a817fb0f5e44af30f.tar.xz | |
Password callback support from all VFS modulesv0.6.54
Cleanup, remove unused dialogs
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 8e8a0b8..903bec3 100644 --- a/UEngines.pas +++ b/UEngines.pas @@ -113,7 +113,6 @@ type function GetPath: string; virtual; abstract; procedure SetPath(Value: string); virtual; abstract; function GetPrefix: string; virtual; abstract; - function Login(Username, Password: string): integer; virtual; abstract; // Copy-related routines function GetBlockSize: guint32; virtual; abstract; @@ -166,7 +165,6 @@ type function GetPath: string; override; procedure SetPath(Value: string); override; function GetPrefix: string; override; - function Login(Username, Password: string): integer; override; function GetBlockSize: guint32; override; procedure SetBlockSize(Value: guint32); override; @@ -1075,12 +1073,6 @@ begin end; (********************************************************************************************************************************) -function TLocalTreeEngine.Login(Username, Password: string): integer; -begin - Result := 0; -end; - -(********************************************************************************************************************************) function TLocalTreeEngine.TwoSameFiles(const Path1, Path2: string): boolean; var st1, st2: Pstat64; begin |
