Remove unneeded annotations (when the method wasn't obfuscated to begin with)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user