Remove dust from page construction

Summary:
  ^\s+(['"])dust\1\s*=>\s*true,?\s*$\n

Test Plan: Looked through the diff.

Reviewers: chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6769
This commit is contained in:
epriestley
2013-08-19 18:09:35 -07:00
parent e1d2523efe
commit 751cd547c2
118 changed files with 0 additions and 119 deletions

View File

@@ -122,7 +122,6 @@ final class PhabricatorProjectCreateController
array(
'title' => pht('Create New Project'),
'device' => true,
'dust' => true,
));
}
}

View File

@@ -132,7 +132,6 @@ final class PhabricatorProjectMembersEditController
array(
'title' => $title,
'device' => true,
'dust' => true,
));
}

View File

@@ -83,7 +83,6 @@ final class PhabricatorProjectProfileController
array(
'title' => $project->getName(),
'device' => true,
'dust' => true,
));
}

View File

@@ -240,7 +240,6 @@ final class PhabricatorProjectProfileEditController
array(
'title' => $title,
'device' => true,
'dust' => true,
));
}
}