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:
@@ -132,9 +132,6 @@ RiuMainWindow::RiuMainWindow()
|
|||||||
createToolBars();
|
createToolBars();
|
||||||
createDockPanels();
|
createDockPanels();
|
||||||
|
|
||||||
// Store the layout so we can offer reset option
|
|
||||||
m_initialDockAndToolbarLayout = saveState(0);
|
|
||||||
|
|
||||||
m_dragDropInterface = std::unique_ptr<caf::PdmUiDragDropInterface>(new RiuDragDrop());
|
m_dragDropInterface = std::unique_ptr<caf::PdmUiDragDropInterface>(new RiuDragDrop());
|
||||||
|
|
||||||
initializeGuiNewProjectLoaded();
|
initializeGuiNewProjectLoaded();
|
||||||
|
|||||||
@@ -142,11 +142,6 @@ private:
|
|||||||
|
|
||||||
void updateUiFieldsFromActiveResult(caf::PdmObjectHandle* objectToUpdate);
|
void updateUiFieldsFromActiveResult(caf::PdmObjectHandle* objectToUpdate);
|
||||||
|
|
||||||
private:
|
|
||||||
static RiuMainWindow* sm_mainWindowInstance;
|
|
||||||
|
|
||||||
QByteArray m_initialDockAndToolbarLayout; // Initial dock window and toolbar layout, used to reset GUI
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// Edit actions
|
// Edit actions
|
||||||
QAction* m_newPropertyView;
|
QAction* m_newPropertyView;
|
||||||
|
|||||||
Reference in New Issue
Block a user