assets/src/org/ruboto/RubotoComponent.java in ruboto-0.9.0 vs assets/src/org/ruboto/RubotoComponent.java in ruboto-0.10.0.rc.0

- old
+ new

@@ -1,8 +1,5 @@ package org.ruboto; public interface RubotoComponent { ScriptInfo getScriptInfo(); - - // FIXME(uwe): Only used for block based primary activities. Remove if we remove support for such. - void onCreateSuper(); }