summaryrefslogtreecommitdiffstats
path: root/lib/class/config.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-02-14 00:56:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2010-02-14 00:56:07 +0000
commit8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f (patch)
tree49fc67aaf19bfbc749c54d22522f31cfea8fabb5 /lib/class/config.class.php
parent704e66d0b489a7d3b0d4dcedc79515e5300732ff (diff)
downloadampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.tar.gz
ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.tar.bz2
ampache-8bc17dd3f0ed4dc520bb64b20dac8a31e72e447f.zip
Tweaked how features / bandwidth level is checked, not happy with it.
Diffstat (limited to 'lib/class/config.class.php')
-rw-r--r--lib/class/config.class.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/class/config.class.php b/lib/class/config.class.php
index 64a45522..d846f225 100644
--- a/lib/class/config.class.php
+++ b/lib/class/config.class.php
@@ -28,11 +28,6 @@
* config overides and/or local configs (for like dba)
* The class should be a static var in the other classes
*/
-
-define('BANDWIDTH_LOW', 0);
-define('BANDWIDTH_MEDIUM', 1);
-define('BANDWIDTH_HIGH', 2);
-
class Config {
// These are the settings for this specific class