aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfont.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/nsfont.m')
-rw-r--r--src/nsfont.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nsfont.m b/src/nsfont.m
index 46c50aa96d3..1319a376631 100644
--- a/src/nsfont.m
+++ b/src/nsfont.m
@@ -102,8 +102,6 @@ ns_get_family (Lisp_Object font_spec)
102 char *tmp = strdup (SDATA (SYMBOL_NAME (tem))); 102 char *tmp = strdup (SDATA (SYMBOL_NAME (tem)));
103 NSString *family; 103 NSString *family;
104 ns_unescape_name (tmp); 104 ns_unescape_name (tmp);
105 /* For names hard-coded into emacs, like 'helvetica' for splash. */
106 tmp[0] = toupper (tmp[0]);
107 family = [NSString stringWithUTF8String: tmp]; 105 family = [NSString stringWithUTF8String: tmp];
108 free (tmp); 106 free (tmp);
109 return family; 107 return family;