summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDima Kogan <dima@secretsauce.net>2015-02-09 15:56:38 +0100
committerJan D <jhd@f20.localdomain>2015-02-09 15:56:38 +0100
commitaf560cd6f15e7cc7e42bff5b3c802b9d1d1640b5 (patch)
treec32a5c5ebc47c00b0da6670ce13dda7c7f351c9d /src/ChangeLog
parent054dcbab2414e72d7c743214b7c56408fa4912dd (diff)
downloademacs-af560cd6f15e7cc7e42bff5b3c802b9d1d1640b5.tar.gz
Remove unused assignment.
* font.c (font_score): Remove unused variable assignment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bc5d6101a5c..2a702a29a7d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2015-02-09 Dima Kogan <dima@secretsauce.net>
+ * font.c (font_score): Remove unused variable assignment.
+
+2015-02-09 Dima Kogan <dima@secretsauce.net>
+
* xfaces.c (realize_basic_faces): Don't set Qscalable_fonts_allowed to
t.
* font.c (font_score): Try to find a font without scaling first,