Skip to content

Commit c8fef5b

Browse files
committed
Remove no longer used functions
1 parent eff8173 commit c8fef5b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Plugins/BasicSpikeDisplay/SpikeDisplayNode/SpikeDisplayCanvas.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,6 @@ class SpikeDisplayCanvas : public Visualizer,
181181
/** Pointer to the underlying SpikeDisplayNode*/
182182
SpikeDisplayNode* processor;
183183

184-
void cacheDisplayThreshold(std::string cacheKey, int channelIndex, double threshold);
185-
186-
void cacheDisplayRange(std::string cacheKey, int channelIndex, double range);
187-
188-
void cacheMonitorState(std::string cacheKey, bool monitorState);
189-
190-
bool hasCachedDisplaySettings(std::string cacheKey);
191-
192-
void invalidateDisplaySettings(std::string cacheKey);
193-
194184
/** Manages connections from SpikeChannels to SpikePlots */
195185
std::unique_ptr<SpikeDisplayCache> cache;
196186

0 commit comments

Comments
 (0)