1
0
mirror of https://github.com/DarthAffe/CUE.NET.git synced 2025-12-13 00:58:31 +00:00

Removed todos

This commit is contained in:
Darth Affe 2016-08-21 20:14:28 +02:00
parent 0fc32243c8
commit 4e47275c7e
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ namespace CUE.NET.Devices.Headset
protected override void DeviceUpdate()
{
//TODO DarthAffe 21.08.2016: Create something fancy for headsets
//DarthAffe 21.08.2016: Headsets can't own brushes or groups - nothing to do here for now
}
#region IEnumerable

View File

@ -96,7 +96,7 @@ namespace CUE.NET.Devices.Mouse
protected override void DeviceUpdate()
{
//TODO DarthAffe 21.08.2016: Create something fancy for mice
//DarthAffe 21.08.2016: Mice can't own brushes or groups - nothing to do here for now
}
#region IEnumerable