Remove obsolete comment.

This commit is contained in:
Anna Rose Wiggins 2025-07-01 23:08:47 -04:00
parent 970b3ded6e
commit a18275f53b

View file

@ -108,8 +108,6 @@ func (parser *ConfigParser) CreateVirtualDevices() map[string]*evdev.InputDevice
// This function assumes you have already called Parse() on the config directory.
//
// This function should only be called once.
//
// STUB: this function does not yet function.
func (parser *ConfigParser) ConnectPhysicalDevices() map[string]*evdev.InputDevice {
deviceMap := make(map[string]*evdev.InputDevice)