diff options
author | smatz <smatz@openttd.org> | 2009-09-21 17:06:19 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-09-21 17:06:19 +0000 |
commit | 8a003eb19732a994a09707bc22eb0cc6b518442d (patch) | |
tree | c696123ae9bdab5725dc657c84c686737c71db37 /src | |
parent | 905092b4436f8c1d22dd9c8a10993fcd21ae292d (diff) | |
download | openttd-8a003eb19732a994a09707bc22eb0cc6b518442d.tar.xz |
(svn r17600) -Cleanup: remove unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/querystring_gui.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/querystring_gui.h b/src/querystring_gui.h index c23b4a08c..eb49c9fea 100644 --- a/src/querystring_gui.h +++ b/src/querystring_gui.h @@ -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) |