Index: trunk/FACT++/src/Shell.cc
===================================================================
--- trunk/FACT++/src/Shell.cc	(revision 18969)
+++ trunk/FACT++/src/Shell.cc	(revision 18970)
@@ -94,5 +94,5 @@
 //
 Shell::Shell(const char *prgname) : ReadlineWindow(prgname),
-    fPanelHeight(13), fIsVisible(1), fLine(0)
+    fPanelHeight(13), fIsVisible(1)
 {
     if (stdscr!=0)
Index: trunk/FACT++/src/Shell.h
===================================================================
--- trunk/FACT++/src/Shell.h	(revision 18969)
+++ trunk/FACT++/src/Shell.h	(revision 18970)
@@ -25,6 +25,4 @@
     int fPanelHeight;   /// Space between the bottom of the screen and the output panel
     int fIsVisible;     /// Flag whether the output panel is visible or not (for toggle operations)
-
-    int fLine;
 
     // Callback function for key presses
