File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -585,18 +585,6 @@ void QgsRasterLayerProperties::apply()
585
585
// set whether the layer histogram should be inverted
586
586
// mRasterLayer->setInvertHistogram( cboxInvertColorMap->isChecked() );
587
587
588
- // now set the color -> band mapping combos to the correct values
589
- mRasterLayer ->setTransparentBandName ( cboxTransparencyBand->currentText () );
590
-
591
- QSettings myQSettings;
592
- myQSettings.setValue ( " /Raster/defaultRedBand" , mDefaultRedBand );
593
- myQSettings.setValue ( " /Raster/defaultGreenBand" , mDefaultGreenBand );
594
- myQSettings.setValue ( " /Raster/defaultBlueBand" , mDefaultBlueBand );
595
-
596
- myQSettings.setValue ( " /Raster/defaultContrastEnhancementAlgorithm" , mDefaultContrastEnhancementAlgorithm );
597
-
598
- myQSettings.setValue ( " /Raster/defaultStandardDeviation" , mDefaultStandardDeviation );
599
-
600
588
QgsDebugMsg ( " processing transparency tab" );
601
589
/*
602
590
* Transparent Pixel Tab
You can’t perform that action at this time.
0 commit comments