Changeset 18970 for trunk


Ignore:
Timestamp:
04/05/18 18:55:16 (7 years ago)
Author:
tbretz
Message:
Removed an unused data memeber
Location:
trunk/FACT++/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/Shell.cc

    r18846 r18970  
    9494//
    9595Shell::Shell(const char *prgname) : ReadlineWindow(prgname),
    96     fPanelHeight(13), fIsVisible(1), fLine(0)
     96    fPanelHeight(13), fIsVisible(1)
    9797{
    9898    if (stdscr!=0)
  • trunk/FACT++/src/Shell.h

    r14085 r18970  
    2525    int fPanelHeight;   /// Space between the bottom of the screen and the output panel
    2626    int fIsVisible;     /// Flag whether the output panel is visible or not (for toggle operations)
    27 
    28     int fLine;
    2927
    3028    // Callback function for key presses
Note: See TracChangeset for help on using the changeset viewer.