Remove unneeded annotations (when the method wasn't obfuscated to begin with)

This commit is contained in:
Lucwousin
2019-07-09 19:48:18 +02:00
parent 5244775148
commit 02ba0bbe57
15 changed files with 2 additions and 54 deletions

View File

@@ -53,8 +53,6 @@ public final class MouseWheelHandler implements MouseWheel, MouseWheelListener {
return var1;
}
@Export("mouseWheelMoved")
@ObfuscatedName("mouseWheelMoved")
public synchronized void mouseWheelMoved(MouseWheelEvent var1) {
this.rotation += var1.getWheelRotation();
}