aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/FbRun.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-13 16:44:42 (GMT)
committerfluxgen <fluxgen>2002-11-13 16:44:42 (GMT)
commit127ef423a00a5f83c0fc3f4c6943962a3a51a543 (patch)
treedefe9173fb4e5b28246bbd0590a73095398143d4 /util/fbrun/FbRun.hh
parenta47b6927bb6161fd358c7f0c92e90f8350afc711 (diff)
downloadfluxbox-127ef423a00a5f83c0fc3f4c6943962a3a51a543.zip
fluxbox-127ef423a00a5f83c0fc3f4c6943962a3a51a543.tar.bz2
removed unused variable
Diffstat (limited to 'util/fbrun/FbRun.hh')
-rw-r--r--util/fbrun/FbRun.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/fbrun/FbRun.hh b/util/fbrun/FbRun.hh
index a7a3983..1bdbd9d 100644
--- a/util/fbrun/FbRun.hh
+++ b/util/fbrun/FbRun.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbRun.hh,v 1.4 2002/11/13 16:43:52 fluxgen Exp $ 22// $Id: FbRun.hh,v 1.5 2002/11/13 16:44:42 fluxgen Exp $
23 23
24#ifndef FBRUN_HH 24#ifndef FBRUN_HH
25#define FBRUN_HH 25#define FBRUN_HH
@@ -82,7 +82,6 @@ private:
82 std::vector<std::string> m_history; ///< history list of commands 82 std::vector<std::string> m_history; ///< history list of commands
83 size_t m_current_history_item; ///< holds current position in command history 83 size_t m_current_history_item; ///< holds current position in command history
84 std::string m_history_file; ///< holds filename for command history file 84 std::string m_history_file; ///< holds filename for command history file
85 int m_drawstart_x; ///< for scrolling if cursor is to far to the right
86}; 85};
87 86
88#endif // FBRUN_HH 87#endif // FBRUN_HH