From a18275f53bb0ff045d8db1c106d561ac5946676c Mon Sep 17 00:00:00 2001 From: Anna Rose Wiggins Date: Tue, 1 Jul 2025 23:08:47 -0400 Subject: [PATCH] Remove obsolete comment. --- internal/config/configparser.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/config/configparser.go b/internal/config/configparser.go index e4f278b..43caeeb 100644 --- a/internal/config/configparser.go +++ b/internal/config/configparser.go @@ -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)