From 41262150dfb5fb55ae822abdc194b3a13437d92f Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 29 Jan 2016 12:37:27 -0800 Subject: [PATCH] Remove unused call to phui-text Summary: I can't find any reference to these used. Fixes T10244 Test Plan: Grep for "phui-text" and "PHUI::TEXT" Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Maniphest Tasks: T10244 Differential Revision: https://secure.phabricator.com/D15142 --- .../diff/view/PHUIDiffTableOfContentsListView.php | 1 - src/view/phui/PHUI.php | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/src/infrastructure/diff/view/PHUIDiffTableOfContentsListView.php b/src/infrastructure/diff/view/PHUIDiffTableOfContentsListView.php index f54b6f3fd7..f032e34017 100644 --- a/src/infrastructure/diff/view/PHUIDiffTableOfContentsListView.php +++ b/src/infrastructure/diff/view/PHUIDiffTableOfContentsListView.php @@ -23,7 +23,6 @@ final class PHUIDiffTableOfContentsListView extends AphrontView { public function render() { $this->requireResource('differential-core-view-css'); $this->requireResource('differential-table-of-contents-css'); - $this->requireResource('phui-text-css'); Javelin::initBehavior('phabricator-tooltips'); diff --git a/src/view/phui/PHUI.php b/src/view/phui/PHUI.php index d3510a2315..bf8efbeaaf 100644 --- a/src/view/phui/PHUI.php +++ b/src/view/phui/PHUI.php @@ -42,18 +42,4 @@ final class PHUI extends Phobject { const PADDING_MEDIUM_TOP = 'pmt'; const PADDING_LARGE_TOP = 'plt'; - const TEXT_BOLD = 'phui-text-bold'; - const TEXT_UPPERCASE = 'phui-text-uppercase'; - const TEXT_STRIKE = 'phui-text-strike'; - - const TEXT_RED = 'phui-text-red'; - const TEXT_ORANGE = 'phui-text-orange'; - const TEXT_YELLOW = 'phui-text-yellow'; - const TEXT_GREEN = 'phui-text-green'; - const TEXT_BLUE = 'phui-text-blue'; - const TEXT_INDIGO = 'phui-text-indigo'; - const TEXT_VIOLET = 'phui-text-violet'; - const TEXT_WHITE = 'phui-text-white'; - const TEXT_BLACK = 'phui-text-black'; - } -- 2.51.2