mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 12:26:00 +01:00
remove server from hyprctl as it's unused
This commit is contained in:
parent
7f660fed0d
commit
f512bf6b5a
1 changed files with 0 additions and 7 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue