chiark / gitweb /
journal: drop path name from cursor strings
[elogind.git] / src / vconsole / vconsole-setup.c
index 62d9c8d7b5c5c7650def6aa6dd82a0868abb931b..a652ec2b1a1b5b92061ef001c4ef21b4834f5736 100644 (file)
@@ -214,14 +214,6 @@ int main(int argc, char **argv) {
 
         utf8 = is_locale_utf8();
 
-        vc_keymap = strdup("us");
-        vc_font = strdup(DEFAULT_FONT);
-
-        if (!vc_keymap || !vc_font) {
-                log_error("Failed to allocate strings.");
-                goto finish;
-        }
-
         r = 0;
 
         if (detect_container(NULL) <= 0) {