summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MobileCydia.mm7
-rw-r--r--UICaboodle/BrowserView.mm2
2 files changed, 0 insertions, 9 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 76dd263..76250ba 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -276,8 +276,6 @@ static _finline void UpdateExternalStatus(uint64_t newStatus) {
}
- (id) yieldToSelector:(SEL)selector withObject:(id)object {
- /*return [self performSelector:selector withObject:object];*/
-
volatile bool stopped(false);
NSMutableArray *context([NSMutableArray arrayWithObjects:
@@ -1968,9 +1966,6 @@ uint32_t PackageChangesRadix(Package *self, void *) {
return _not(uint32_t) - value.key;
}
-_finline static void Stifle(uint8_t &value) {
-}
-
uint32_t PackagePrefixRadix(Package *self, void *context) {
size_t offset(reinterpret_cast<size_t>(context));
CYString &name([self cyname]);
@@ -1993,8 +1988,6 @@ uint32_t PackagePrefixRadix(Package *self, void *context) {
uint8_t data[4];
- // 0.607997
-
if (offset == 0 && zeros != 0) {
memset(data, '0', zeros);
memcpy(data + zeros, text, 4 - zeros);
diff --git a/UICaboodle/BrowserView.mm b/UICaboodle/BrowserView.mm
index d73bca9..338ef25 100644
--- a/UICaboodle/BrowserView.mm
+++ b/UICaboodle/BrowserView.mm
@@ -432,8 +432,6 @@ static void $UIWebViewWebViewDelegate$webViewClose$(UIWebViewWebViewDelegate *se
if (request_ != nil)
[request_ release];
- //NSNotificationCenter *center = [NSNotificationCenter defaultCenter];
-
if (custom_ != nil)
[custom_ release];
if (style_ != nil)