diff --git a/hyprctl/main.cpp b/hyprctl/main.cpp index 4ff1aade..27b33523 100644 --- a/hyprctl/main.cpp +++ b/hyprctl/main.cpp @@ -105,13 +105,6 @@ void requestHyprpaper(std::string arg) { return; } - const auto SERVER = gethostbyname("localhost"); - - if (!SERVER) { - std::cout << "Couldn't get host (2)"; - return; - } - // get the instance signature auto instanceSig = getenv("HYPRLAND_INSTANCE_SIGNATURE");