aboutsummaryrefslogtreecommitdiffstats
path: root/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h
diff options
context:
space:
mode:
Diffstat (limited to 'Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h')
-rw-r--r--Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h b/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h
deleted file mode 100644
index 94bb3ad0..00000000
--- a/Sparkle.framework/Versions/A/Headers/SUPackageInstaller.h
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// SUPackageInstaller.h
-// Sparkle
-//
-// Created by Andy Matuschak on 4/10/08.
-// Copyright 2008 Andy Matuschak. All rights reserved.
-//
-
-#ifndef SUPACKAGEINSTALLER_H
-#define SUPACKAGEINSTALLER_H
-
-#import "Sparkle.h"
-#import "SUPlainInstaller.h"
-
-@interface SUPackageInstaller : SUPlainInstaller { }
-+ (void)installPath:(NSString *)path overHostBundle:(NSBundle *)bundle delegate:delegate;
-@end
-
-#endif