mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-09 20:21:02 +01:00
Unused stuff?
This commit is contained in:
parent
9417c4e879
commit
fd28286ced
@ -9,11 +9,8 @@ import java.awt.image.BufferedImage;
|
||||
public class ImageGenerator {
|
||||
|
||||
private String pass;
|
||||
private AuthMe plugin;
|
||||
|
||||
public ImageGenerator(AuthMe plugin, String pass) {
|
||||
this.pass = pass;
|
||||
this.plugin = plugin;
|
||||
}
|
||||
|
||||
public BufferedImage generateImage() {
|
||||
|
@ -13,11 +13,9 @@ import fr.xephi.authme.cache.auth.PlayerAuth;
|
||||
|
||||
public class DatabaseCalls implements DataSource {
|
||||
|
||||
private AuthMe plugin;
|
||||
private DataSource database;
|
||||
|
||||
public DatabaseCalls(AuthMe plugin, DataSource database) {
|
||||
this.plugin = plugin;
|
||||
this.database = database;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user