Remove duplicate and unused sDate variables from application and version classes

This commit is contained in:
Chris Morgan
2007-06-16 04:55:34 +00:00
committed by WineHQ
parent 00ccd7b18b
commit a41b65c25e
2 changed files with 0 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ class Application {
$this->iCatId = $oRow->catId;
$this->iSubmitterId = $oRow->submitterId;
$this->sSubmitTime = $oRow->submitTime;
$this->sDate = $oRow->submitTime;
$this->sName = $oRow->appName;
$this->sKeywords = $oRow->keywords;
$this->sDescription = $oRow->description;