Kaydet (Commit) 54e1c897 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unnecessary dtors

Change-Id: I033349bc554bca46a4b1d622cd8fb64d4c1f4866
üst 48e14ccf
......@@ -40,12 +40,6 @@ GraphicFilterDialog::PreviewWindow::PreviewWindow( Window* pParent, const ResId&
// -----------------------------------------------------------------------------
GraphicFilterDialog::PreviewWindow::~PreviewWindow()
{
}
// -----------------------------------------------------------------------------
void GraphicFilterDialog::PreviewWindow::Paint( const Rectangle& rRect )
{
Control::Paint( rRect );
......@@ -136,12 +130,6 @@ GraphicFilterDialog::GraphicFilterDialog( Window* pParent, const ResId& rResId,
// -----------------------------------------------------------------------------
GraphicFilterDialog::~GraphicFilterDialog()
{
}
// -----------------------------------------------------------------------------
IMPL_LINK_NOARG(GraphicFilterDialog, ImplPreviewTimeoutHdl)
{
maTimer.Stop();
......
......@@ -50,8 +50,7 @@ private:
public:
PreviewWindow( Window* pParent, const ResId& rResId );
~PreviewWindow();
PreviewWindow( Window* pParent, const ResId& rResId );
void SetGraphic( const Graphic& rGraphic );
};
......@@ -80,8 +79,7 @@ protected:
public:
GraphicFilterDialog( Window* pParent, const ResId& rResId, const Graphic& rGraphic );
~GraphicFilterDialog();
GraphicFilterDialog( Window* pParent, const ResId& rResId, const Graphic& rGraphic );
virtual Graphic GetFilteredGraphic( const Graphic& rGraphic, double fScaleX, double fScaleY ) = 0;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment