summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2014-11-22 19:15:02 +0100
committerChristoph Brill <egore911@gmail.com>2014-11-22 19:15:02 +0100
commit9ecf57a0f048b0ef3510ea1a784880d427bb9a0d (patch)
tree42b364d06563c1e429bea2356d23211252d9a3b2
parentee27063b53f364f0b7b6292b3a24bc683e09ed73 (diff)
Drop gallium-d3d from the list of logged channels
-rw-r--r--common.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.inc.php b/common.inc.php
index e5f494a..0ca0b1f 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -20,7 +20,7 @@ date_default_timezone_set('US/Pacific');
define('LOG_DIR', './');
-$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno', 'gallium-d3d');
+$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno');
if (isset($_GET['channel']))
$channel = $_GET['channel'];