This commit is contained in:
Hylke Bons 2011-07-08 23:42:05 +01:00
parent 763dcd1200
commit bf2078b396
3 changed files with 0 additions and 11 deletions

View file

@ -36,7 +36,6 @@ namespace SparkleShare {
private NSButton SyncButton;
private NSButton TryAgainButton;
private NSButton CancelButton;
private NSButton SkipButton;
private NSButton OpenFolderButton;
private NSButton FinishButton;
private NSForm UserInfoForm;

View file

@ -230,15 +230,6 @@ namespace SparkleShare {
}
public List<string> PreviousHosts {
get {
List<string> hosts = SparkleConfig.DefaultConfig.Hosts;
hosts.Sort ();
return hosts;
}
}
public List<string> UnsyncedFolders {
get {
List<string> unsynced_folders = new List<string> ();

View file

@ -29,7 +29,6 @@ namespace SparkleShare {
public class SparkleStatusIconController {
public event UpdateStatusLineEventHandler UpdateStatusLineEvent;
public delegate void UpdateStatusLineEventHandler ();
public event UpdateMenuEventHandler UpdateMenuEvent;