Fix build

This commit is contained in:
Hylke Bons 2012-07-15 16:50:42 +02:00
parent 7fb8cc587f
commit 2bbbb6e5f2

View file

@ -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 ();