refactor(network): remove last_ext_iface_

This commit is contained in:
Alex
2019-05-26 23:16:09 +02:00
parent 253366baf4
commit 6e73c6db61
2 changed files with 4 additions and 8 deletions

View File

@ -49,7 +49,6 @@ class Network : public ALabel {
waybar::util::SleeperThread thread_;
waybar::util::SleeperThread thread_timer_;
int ifid_;
mutable int last_ext_iface_;
sa_family_t family_;
struct sockaddr_nl nladdr_ = {0};
struct nl_sock* sock_ = nullptr;