diff options
Diffstat (limited to 'src/guichan/widgets/textfield.cpp')
-rw-r--r-- | src/guichan/widgets/textfield.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widgets/textfield.cpp b/src/guichan/widgets/textfield.cpp index 52aefee54..94bf208fe 100644 --- a/src/guichan/widgets/textfield.cpp +++ b/src/guichan/widgets/textfield.cpp @@ -94,7 +94,7 @@ namespace gcn mText = text; } - void TextField::drawCaret(Graphics* graphics, int x) + void TextField::drawCaret(Graphics* graphics A_UNUSED, int x A_UNUSED) { } |