mirror of
https://github.com/miek/inspectrum.git
synced 2026-03-03 06:54:17 +01:00
plot: Remove dead colormap code from PlotView
This commit is contained in:
@@ -32,12 +32,7 @@
|
||||
|
||||
PlotView::PlotView()
|
||||
{
|
||||
for (int i = 0; i < 128; i++) {
|
||||
colormap[i] = qRgb(i/2, i*1.5, i*1.5);
|
||||
}
|
||||
for (int i = 128; i < 256; i++) {
|
||||
colormap[i] = qRgb(64 + (i-128)*1.5, 192+(i-128)/2, 192+(i-128)/2);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void PlotView::refreshSources()
|
||||
|
||||
Reference in New Issue
Block a user