summarylogtreecommitdiffstats
path: root/use-system-fonts-on-linux.patch
diff options
context:
space:
mode:
authorJosip Ponjavic2017-08-27 10:23:51 +0200
committerJosip Ponjavic2017-08-27 10:23:51 +0200
commitb453ee86eef29aa84c818ca5936d6fb457a20566 (patch)
tree895ed84ecd8728c7e0dc9da995c2cdcb102a8038 /use-system-fonts-on-linux.patch
parentd4f50689343c5707f49f57d1e853b0c1cde8a281 (diff)
downloadaur-b453ee86eef29aa84c818ca5936d6fb457a20566.tar.gz
remove font patch
Diffstat (limited to 'use-system-fonts-on-linux.patch')
-rw-r--r--use-system-fonts-on-linux.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/use-system-fonts-on-linux.patch b/use-system-fonts-on-linux.patch
deleted file mode 100644
index 1a3515b85f41..000000000000
--- a/use-system-fonts-on-linux.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN a/src/BasicMainWindow.cpp b/src/BasicMainWindow.cpp
---- a/src/BasicMainWindow.cpp 2017-02-08 02:33:18.260100911 +0100
-+++ b/src/BasicMainWindow.cpp 2017-02-08 02:34:31.967949051 +0100
-@@ -63,7 +63,6 @@
- #endif
-
- QString s;
-- s += "* {%1;}";
- s += "#label_title, #label_artist, #label_disc {font-weight: bold;}";
- s += "#label_progress {%2;}";
- s += "#label_clock {%3; font-weight: bold;}";