diff options
author | Vicente Vendrell <viventa1@yahoo.es> | 2012-04-25 16:20:47 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-04-25 16:22:34 +0200 |
commit | 83201a345f90061a88c0bc1f9ede952a539df822 (patch) | |
tree | 6686ee17673a614ecad336c57bcbb261b360acb5 /vcl/source | |
parent | 2f45e42a1bd4ff4c781020301cbbb28e8b152903 (diff) |
Removed usused method Dialog::Dialog(Window,ResId)
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/dialog.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/source/window/dialog.cxx b/vcl/source/window/dialog.cxx index 1353c6c01031..598a723eadec 100644 --- a/vcl/source/window/dialog.cxx +++ b/vcl/source/window/dialog.cxx @@ -409,17 +409,6 @@ Dialog::Dialog( Window* pParent, WinBits nStyle ) : // ----------------------------------------------------------------------- -Dialog::Dialog( Window* pParent, const ResId& rResId ) : - SystemWindow( WINDOW_DIALOG ) -{ - ImplInitDialogData(); - rResId.SetRT( RSC_DIALOG ); - ImplInit( pParent, ImplInitRes( rResId ) ); - ImplLoadRes( rResId ); -} - -// ----------------------------------------------------------------------- - Dialog::~Dialog() { delete mpDialogImpl; |