Remove code for no longer existing edit button in address book dialog

This commit is contained in:
Wladimir J. van der Laan
2011-07-06 20:52:31 +02:00
parent e1f3d64c4a
commit 8bca4099c7
2 changed files with 0 additions and 22 deletions

View File

@@ -46,7 +46,6 @@ private slots:
void on_deleteButton_clicked();
void on_tabWidget_currentChanged(int index);
void on_newAddressButton_clicked();
void on_editButton_clicked();
void on_copyToClipboard_clicked();
};