Revision: 515
Author: kerphi
Date: 2006-05-28 04:51:19 -0700 (Sun, 28 May 2006)
ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=515&view=rev
Log Message:
-----------
remove unused functions
Modified Paths:
--------------
trunk/src/pfcuserconfig.class.php
Modified: trunk/src/pfcuserconfig.class.php
===================================================================
--- trunk/src/pfcuserconfig.class.php 2006-05-28 11:50:35 UTC (rev 514)
+++ trunk/src/pfcuserconfig.class.php 2006-05-28 11:51:19 UTC (rev 515)
@@ -12,8 +12,8 @@
var $timeout;
var $sessionid;
- var $is_init = false; // used internaly to know if the chat config is initialized
- var $errors = array();
+ // var $is_init = false; // used internaly to know if the chat config is initialized
+ // var $errors = array();
function pfcUserConfig()
{
@@ -71,7 +71,7 @@
}
return $i;
}
-
+ /*
function init()
{
// echo "init()<br>";
@@ -101,7 +101,9 @@
{
return $this->errors;
}
+ */
+ /*
function getCacheFile()
{
$c =& pfcGlobalConfig::Instance();
@@ -111,10 +113,12 @@
// echo "getCacheFile() = '$cachefile'<br>";
return $cachefile;
}
+ */
/**
* save the pfcUserConfig object into cache if it doesn't exists yet
* else restore the old pfcConfig object
*/
+ /*
function synchronizeWithCache()
{
// echo "synchronizeWithCache()<br>";
@@ -144,6 +148,8 @@
$this->saveInCache();
}
}
+ */
+
function saveInCache()
{
// echo "saveInCache()<br>";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|