Skip to content

Commit 23af770

Browse files
committed
Remove commented-out code for showing view picture
1 parent 483c3cb commit 23af770

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

qspgui-legacy/callbacks_gui.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ int QSPCallbacks::ShowPane(int type, QSP_BOOL toShow)
213213
m_frame->ShowPane(ID_OBJECTS, toShow != QSP_FALSE);
214214
if (type & QSP_WIN_INPUT)
215215
m_frame->ShowPane(ID_INPUT, toShow != QSP_FALSE);
216-
// if (type & QSP_WIN_VIEW)
217-
// m_frame->ShowPane(ID_VIEWPIC, toShow != QSP_FALSE);
218216
return 0;
219217
}
220218

0 commit comments

Comments
 (0)