Browse Source

Fix for last BLOCKS check-in on linux

tags/2021-05-28
jules 7 years ago
parent
commit
2b52ce105d
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      modules/juce_blocks_basics/blocks/juce_BlockConfigManager.h

+ 0
- 9
modules/juce_blocks_basics/blocks/juce_BlockConfigManager.h View File

@@ -47,15 +47,6 @@ struct BlockConfigManager
void setDeviceIndex (TopologyIndex newDeviceIndex) { deviceIndex = newDeviceIndex; }
void setDeviceComms (PhysicalTopologySource::DeviceConnection* newConn) { deviceConnection = newConn; }
enum ConfigType
{
integer,
floating,
boolean,
colour,
options
};
static constexpr uint32 numConfigItems = 64;
/** Structure describing a configuration */


Loading…
Cancel
Save