mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4173 Remove obsolete code
This commit is contained in:
parent
4c5ffffd60
commit
102d1c75a7
@ -132,9 +132,6 @@ RiuMainWindow::RiuMainWindow()
|
||||
createToolBars();
|
||||
createDockPanels();
|
||||
|
||||
// Store the layout so we can offer reset option
|
||||
m_initialDockAndToolbarLayout = saveState(0);
|
||||
|
||||
m_dragDropInterface = std::unique_ptr<caf::PdmUiDragDropInterface>(new RiuDragDrop());
|
||||
|
||||
initializeGuiNewProjectLoaded();
|
||||
|
@ -142,11 +142,6 @@ private:
|
||||
|
||||
void updateUiFieldsFromActiveResult(caf::PdmObjectHandle* objectToUpdate);
|
||||
|
||||
private:
|
||||
static RiuMainWindow* sm_mainWindowInstance;
|
||||
|
||||
QByteArray m_initialDockAndToolbarLayout; // Initial dock window and toolbar layout, used to reset GUI
|
||||
|
||||
private:
|
||||
// Edit actions
|
||||
QAction* m_newPropertyView;
|
||||
|
Loading…
Reference in New Issue
Block a user