From: Jay Freeman (saurik) Date: Mon, 3 May 2010 00:15:41 +0000 (+0000) Subject: Remove that random feature for release. X-Git-Tag: v0.9.3184~2 X-Git-Url: https://git.saurik.com/fiveicondock.git/commitdiff_plain/2538a7272d8eb4de14d5785a3de2620ce9f5131e Remove that random feature for release. --- diff --git a/Tweak.mm b/Tweak.mm index 28d8aec..302701f 100644 --- a/Tweak.mm +++ b/Tweak.mm @@ -71,6 +71,6 @@ MSInstanceMessageHook2(CGPoint, SBButtonBar, originForIconAtX,Y, int, x, int, y) return origin; } -MSClassMessageHook0(int, SBIconModel, maxIconListCount) { +/*MSClassMessageHook0(int, SBIconModel, maxIconListCount) { return 16; -} +}*/