From c45c938b62e7f667acbe956ec13a7fc18e340d4d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 28 Feb 2011 19:28:32 +0100 Subject: Clean up all d-tors to fix an eventual crash on exit --- src/walletbar.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/walletbar.cpp') diff --git a/src/walletbar.cpp b/src/walletbar.cpp index 851edec4..cc084001 100644 --- a/src/walletbar.cpp +++ b/src/walletbar.cpp @@ -74,11 +74,6 @@ WalletBar::WalletBar(QWidget *parent) } -WalletBar::~WalletBar() -{ -} - - void WalletBar::rememberData() { emit saveFormDataAccepted(m_key); -- cgit v1.2.1