(svn r17600) -Cleanup: remove unused variable

This commit is contained in:
smatz 2009-09-21 17:06:19 +00:00
parent 905092b443
commit 8a003eb197
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ struct QueryString {
struct QueryStringBaseWindow : public Window, public QueryString {
char *edit_str_buf;
char *orig_str_buf;
const uint16 edit_str_size; ///< maximum length of string (in bytes), including terminating '\0'
QueryStringBaseWindow(uint16 size) : Window(), edit_str_size(size)