diff --git a/SparkleShare/Linux/SparkleUI.cs b/SparkleShare/Linux/SparkleUI.cs index 0c0df8bc..2c6bffc1 100644 --- a/SparkleShare/Linux/SparkleUI.cs +++ b/SparkleShare/Linux/SparkleUI.cs @@ -43,13 +43,6 @@ namespace SparkleShare { new string [] {Defines.PREFIX, "share", "sparkleshare"}.Combine (); - // Short alias for the translations - public static string _(string s) - { - return Program._ (s); - } - - public SparkleUI () { Application.Init ();