From e0528d1cf31b55507d2fbfce27128fd6284708bc Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 18 Apr 2023 22:44:01 -0500 Subject: Remove unused CSS file I see no reference to the file, nor any of the classes it uses. Testing Done: Compile only. Reviewed at https://reviews.imfreedom.org/r/2438/ --- pidgin/resources/Conversations/tab-label.css | 19 ------------------- pidgin/resources/pidgin.gresource.xml | 1 - 2 files changed, 20 deletions(-) delete mode 100644 pidgin/resources/Conversations/tab-label.css (limited to 'pidgin') diff --git a/pidgin/resources/Conversations/tab-label.css b/pidgin/resources/Conversations/tab-label.css deleted file mode 100644 index b91b890a78..0000000000 --- a/pidgin/resources/Conversations/tab-label.css +++ /dev/null @@ -1,19 +0,0 @@ -#tab-label-typing { - color: #4e9a06; -} - -#tab-label-typed { - color: #c4a000; -} - -#tab-label-attention { - color: #006aff; -} - -#tab-label-unreadchat { - color: #cc0000; -} - -#tab-label-event { - color: #888a85; -} diff --git a/pidgin/resources/pidgin.gresource.xml b/pidgin/resources/pidgin.gresource.xml index 8daf03f831..925f3f588e 100644 --- a/pidgin/resources/pidgin.gresource.xml +++ b/pidgin/resources/pidgin.gresource.xml @@ -14,7 +14,6 @@ BuddyList/window.ui Conversations/infopane.ui Conversations/invite_dialog.ui - Conversations/tab-label.css ContactList/widget.ui Debug/debug.ui Dialogs/addbuddy.ui -- cgit v1.2.1