# HG changeset patch # User jwe # Date 1041359038 0 # Node ID c3acf8a967fa16e06210238298ad99310b31b0e1 # Parent 20e70f7f1dbe9b8fbb2af3c6a71181963d2ab2df [project @ 2002-12-31 18:23:58 by jwe] diff --git a/src/input.cc b/src/input.cc --- a/src/input.cc +++ b/src/input.cc @@ -412,7 +412,6 @@ static std::string prefix; static std::string hint; - static size_t prefix_len = 0; static size_t hint_len = 0; static int list_index = 0; @@ -433,8 +432,6 @@ name_list_len = name_list.length (); - prefix_len = prefix.length (); - hint_len = hint.length (); matches = 0;