[tuxdroid-svn] r5322 - software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-inst
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-09-03 13:06:26
|
Author: jerome
Date: 2009-09-03 14:15:33 +0200 (Thu, 03 Sep 2009)
New Revision: 5322
Modified:
software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/ComputerInfos.pas
Log:
* Removed unneeded information.
Modified: software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/ComputerInfos.pas
===================================================================
--- software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/ComputerInfos.pas 2009-09-02 14:43:41 UTC (rev 5321)
+++ software_suite_v3/software/tool/tool-second-installer/trunk/tool-second-installer/ComputerInfos.pas 2009-09-03 12:15:33 UTC (rev 5322)
@@ -19,7 +19,6 @@
);
function GetUserLanguage() : string;
- function Time() : string;
function GetWinVersion(): TWinVersion;
implementation
@@ -36,13 +35,6 @@
end;
-{#### Return how many time the computer is running ####}
-function Time() : string;
-Begin
- Result := IntToStr(Round((GetTickCount / 1000) / (24 * 3600))) ;
-End;
-
-
function GetWinVersion(): TWinVersion;
var
osVerInfo: TOSVersionInfo;
|