mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Remove unused enum value to fix GCC warnings
This commit is contained in:
@@ -12,7 +12,6 @@ class NvPairingManager
|
|||||||
public:
|
public:
|
||||||
enum PairState
|
enum PairState
|
||||||
{
|
{
|
||||||
NOT_PAIRED,
|
|
||||||
PAIRED,
|
PAIRED,
|
||||||
PIN_WRONG,
|
PIN_WRONG,
|
||||||
FAILED,
|
FAILED,
|
||||||
|
|||||||
Reference in New Issue
Block a user