repo: remove obsolete static IsRepo method

This commit is contained in:
Hylke Bons 2011-05-28 20:23:26 +01:00
parent c2cff43f46
commit 9549ae3816
3 changed files with 1 additions and 16 deletions

View file

@ -528,12 +528,6 @@ namespace SparkleLib {
}
new public static bool IsRepo (string path)
{
return System.IO.Directory.Exists (Path.Combine (path, ".git"));
}
public override bool UsesNotificationCenter
{
get {

View file

@ -308,12 +308,6 @@ namespace SparkleLib {
}
new public static bool IsRepo (string path)
{
return System.IO.Directory.Exists (Path.Combine (path, ".hg"));
}
public override bool UsesNotificationCenter
{
get {

View file

@ -211,10 +211,7 @@ namespace SparkleLib {
}
public static bool IsRepo (string path)
{
return true; //TODO
}
// Disposes all resourses of this object