Skip to content

Commit

Permalink
qt: remove unused signal from addresstablemodel
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed Nov 5, 2013
1 parent 25d056a commit c82cddc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/qt/addresstablemodel.h
Expand Up @@ -83,9 +83,6 @@ class AddressTableModel : public QAbstractTableModel
/** Notify listeners that data changed. */
void emitDataChanged(int index);

signals:
void defaultAddressChanged(const QString &address);

public slots:
/* Update address list from core.
*/
Expand Down

0 comments on commit c82cddc

Please sign in to comment.