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

@@ -115,7 +115,6 @@ final class PhabricatorPeopleEditController
array(
'title' => pht('Edit User'),
'device' => true,
'dust' => true,
));
}

View File

@@ -63,7 +63,6 @@ final class PhabricatorPeopleLdapController
array(
'title' => pht('Import Ldap Users'),
'device' => true,
'dust' => true,
));
}

View File

@@ -86,7 +86,6 @@ final class PhabricatorPeopleProfileController
array(
'title' => $user->getUsername(),
'device' => true,
'dust' => true,
));
}

View File

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

View File

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