diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-15 20:21:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-15 20:21:16 +0300 |
commit | 516d635b6cbce6e38cc3e4f227f6ab0b073925b9 (patch) | |
tree | 61f4e9eab9bae255375e94c29d4663b5d8f217c5 /src/text.cpp | |
parent | 0e7b238a3794a9d2bb8dbf66adfe65bf6f1f4046 (diff) | |
download | plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.gz plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.bz2 plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.tar.xz plus-516d635b6cbce6e38cc3e4f227f6ab0b073925b9.zip |
Fix code style.
Diffstat (limited to 'src/text.cpp')
-rw-r--r-- | src/text.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/text.cpp b/src/text.cpp index f5a324419..9796877cf 100644 --- a/src/text.cpp +++ b/src/text.cpp @@ -178,10 +178,10 @@ void Text::draw(Graphics *const graphics, const int xOff, const int yOff) BLOCK_END("Text::draw") } -int Text::getWidth() -{ - return mTextChunk.img->getWidth(); -} +//int Text::getWidth() +//{ +// return mTextChunk.img->getWidth(); +//} FlashText::FlashText(const std::string &text, const int x, const int y, |