diff options
Diffstat (limited to 'daemon/src/configuration.h')
-rw-r--r-- | daemon/src/configuration.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/daemon/src/configuration.h b/daemon/src/configuration.h deleted file mode 100644 index 4189315..0000000 --- a/daemon/src/configuration.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include "types.h" - -#include <map> - -namespace midi_router -{ - -struct Configuration -{ - - Device_Map const devices; - Route_Map const routes; -}; - -} // namespace midi_router |