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/inc | |
parent | 2f45e42a1bd4ff4c781020301cbbb28e8b152903 (diff) |
Removed usused method Dialog::Dialog(Window,ResId)
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/vcl/dialog.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/vcl/dialog.hxx b/vcl/inc/vcl/dialog.hxx index 65a7696448cf..2d03af5aa5ff 100644 --- a/vcl/inc/vcl/dialog.hxx +++ b/vcl/inc/vcl/dialog.hxx @@ -78,7 +78,6 @@ protected: public: Dialog( Window* pParent, WinBits nStyle = WB_STDDIALOG ); - Dialog( Window* pParent, const ResId& rResId ); virtual ~Dialog(); virtual long Notify( NotifyEvent& rNEvt ); |