Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 24, 2025
1 parent f506e37 commit 9300fa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
16 changes: 0 additions & 16 deletions ApplicationLibCode/UserInterface/RiuCellSelectionTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

#include "RiuCellSelectionTool.h"

#include "RicFlyToObjectFeature.h"
#include "RicIdentifyAndSelectCellFeature.h"

#include "RiaApplication.h"

#include "Rim3dView.h"
Expand Down Expand Up @@ -53,19 +50,6 @@ RiuCellSelectionTool::RiuCellSelectionTool( QWidget* parent /*= nullptr */ )
setupUI();
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiuCellSelectionTool* RicIdentifyAndSelectCellFeature::dialog()
{
static RiuCellSelectionTool* dlg = nullptr;
if ( !dlg )
{
dlg = new RiuCellSelectionTool();
}
return dlg;
}

//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
Expand Down
7 changes: 5 additions & 2 deletions ApplicationLibCode/UserInterface/RiuCellSelectionTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

#pragma once

#include "cvfBoundingBox.h"

#include <QDialog>

class QRadioButton;
Expand All @@ -29,6 +27,11 @@ class QLabel;

class RiuEclipseSelectionItem;

//==================================================================================================
//
//
//
//==================================================================================================
class RiuCellSelectionTool : public QDialog
{
Q_OBJECT
Expand Down

0 comments on commit 9300fa4

Please sign in to comment.