Switch string formatting to the one inside gjs

https://bugzilla.gnome.org/show_bug.cgi?id=675479
This commit is contained in:
Jasper St. Pierre
2012-05-04 17:23:08 -04:00
parent a277569d31
commit 8a9e3e0df2
6 changed files with 2 additions and 88 deletions

View File

@ -79,15 +79,3 @@ shell_js_add_extension_importer (const char *target_object_script,
JS_EndRequest (context);
return ret;
}
/**
* shell_js_format_int_alternative_output:
* @intval:
*
* Returns: (transfer full):
*/
gchar *
shell_js_format_int_alternative_output (gint intval)
{
return g_strdup_printf ("%Id", intval);
}