I think these were supposed to be reverted ages ago.

This commit is contained in:
Michael Bayne
2010-09-21 05:46:37 +00:00
parent de1eb29569
commit 3b6092c3d0
2 changed files with 0 additions and 14 deletions
-6
View File
@@ -51,12 +51,6 @@
<keep name="com.threerings.getdown.launcher.GetdownApplet"> <keep name="com.threerings.getdown.launcher.GetdownApplet">
<constructor/><method name="*"/><field access="public" name="*"/> <constructor/><method name="*"/><field access="public" name="*"/>
</keep> </keep>
<keep name="*" extends="javax.swing.JApplet">
<constructor/><method name="*"/><field access="public" name="*"/>
</keep>
<keep name="com.threerings.getdown.launcher.GetdownAppletConfig">
<constructor/><method name="*"/><field access="public" name="*"/>
</keep>
<keep name="com.threerings.getdown.tools.DigesterTask"> <keep name="com.threerings.getdown.tools.DigesterTask">
<constructor/><method name="*"/><field access="public" name="*"/> <constructor/><method name="*"/><field access="public" name="*"/>
</keep> </keep>
-8
View File
@@ -33,11 +33,3 @@
-keep public class com.threerings.getdown.launcher.GetdownApplet { -keep public class com.threerings.getdown.launcher.GetdownApplet {
*; *;
} }
-keep class * extends javax.swing.JApplet {
<methods>;
}
-keep public class com.threerings.getdown.launcher.GetdownAppletConfig {
*;
}