diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java index 378a92e26..42915191b 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ui/GameLog.java @@ -158,12 +158,6 @@ public class GameLog extends Component implements Signal.Listener { } } - @Override - public void destroy() { - GLog.update.remove( this ); - super.destroy(); - } - private static class Entry { public String text; public int color;