mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 21:13:48 -07:00
internal: Fix compiler warnings (#9646)
This commit is contained in:
@@ -50,7 +50,6 @@ class CWLDataOfferResource : public IDataOffer {
|
||||
|
||||
private:
|
||||
SP<CWlDataOffer> resource;
|
||||
wl_client* pClient = nullptr;
|
||||
|
||||
friend class CWLDataDeviceResource;
|
||||
};
|
||||
@@ -89,7 +88,6 @@ class CWLDataSourceResource : public IDataSource {
|
||||
|
||||
private:
|
||||
SP<CWlDataSource> resource;
|
||||
wl_client* pClient = nullptr;
|
||||
|
||||
friend class CWLDataDeviceProtocol;
|
||||
};
|
||||
|
Reference in New Issue
Block a user