Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08f25047 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

Remove ip address from recovery ui

parent 165ce18c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -20,14 +20,6 @@

void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) {
  ScreenRecoveryUI::SetTitle(lines);

  // Append IP address, if any
  for (auto it = ipv4_addresses_.begin(); it != ipv4_addresses_.end(); ++it) {
    title_lines_.push_back("IPv4 address - " + *it);
  }
  if (!ipv6_linklocal_address_.empty()) {
    title_lines_.push_back("IPv6 link-local address - " + ipv6_linklocal_address_);
  }
}

void EthernetRecoveryUI::AddIPv4Address(const std::string& address) {