summaryrefslogtreecommitdiff
path: root/data/jocstrap/repair.diff
blob: 38ba4f389fd160d3ea050a51f7a067e52fc40fab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff -ru jocstrap-1.0.2474/jocstrap/joc-repair.sql jocstrap-1.0.2474+iPhone/jocstrap/joc-repair.sql
--- jocstrap-1.0.2474/jocstrap/joc-repair.sql	2008-07-14 02:07:50.000000000 +0000
+++ jocstrap-1.0.2474+iPhone/jocstrap/joc-repair.sql	2008-08-06 22:18:57.000000000 +0000
@@ -40,12 +40,9 @@
 
 /* these methods cause a load of trouble that I have no clue about :( */
 delete from "method" where "name" in (
-    'load',
-    'new',
     'peerTrust',
-    'position',
     'resignFirstResponder',
-    'version'
+    'position'
 );
 
 /* this field mentions a class that I don't have a definition for */