diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-26 22:02:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-27 23:15:05 +0300 |
commit | ee5cd2f31dcea97654288ec6c6a5c291fc11ddcb (patch) | |
tree | 3dccf0736dffa111eaa2a4a120e16cbe2d39a112 /src/gui/skilldialog.h | |
parent | 58ddd6adb93ea973e7081bfdd4e87460a1b67cae (diff) | |
download | mv-ee5cd2f31dcea97654288ec6c6a5c291fc11ddcb.tar.gz mv-ee5cd2f31dcea97654288ec6c6a5c291fc11ddcb.tar.bz2 mv-ee5cd2f31dcea97654288ec6c6a5c291fc11ddcb.tar.xz mv-ee5cd2f31dcea97654288ec6c6a5c291fc11ddcb.zip |
Improves skill info draw speed.
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r-- | src/gui/skilldialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h index 7ca8b942a..fe1cbbbde 100644 --- a/src/gui/skilldialog.h +++ b/src/gui/skilldialog.h @@ -86,10 +86,6 @@ struct SkillInfo final void update(); - void draw(Graphics *const graphics, const int padding, - const int paddingText, const int spacingText, - const int y, const int width); - SkillData *getData(const int level); SkillData *getData1(const int level); |