remove server from hyprctl as it's unused

This commit is contained in:
vaxerski 2022-07-21 19:27:55 +02:00
parent 7f660fed0d
commit f512bf6b5a
1 changed files with 0 additions and 7 deletions

View File

@ -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");