From 2bbbb6e5f25d7e1f4ef35eb05f0721fc21fc166d Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 15 Jul 2012 16:50:42 +0200 Subject: [PATCH] Fix build --- SparkleShare/Linux/SparkleUI.cs | 7 ------- 1 file changed, 7 deletions(-) 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 ();