Kaydet (Commit) 3a1894b1 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

Remove some dead code.

üst 8aec4d4e
......@@ -74,10 +74,6 @@ void RscError::StdOut( const char * pStr, const RscVerbosity _verbosityLevel )
|*
|* RscError::StdErr();
|*
|* Beschreibung
|* Ersterstellung PL 11/07/2001
|* Letzte Aenderung PL 11/07/2001
|*
*************************************************************************/
void RscError::StdErr( const char * pStr )
{
......@@ -111,10 +107,6 @@ void RscError::StdLstOut( const char * pStr ){
|*
|* RscError::StdLstErr();
|*
|* Beschreibung
|* Ersterstellung PL 11/07/2001
|* Letzte Aenderung PL 11/07/2001
|*
*************************************************************************/
void RscError::StdLstErr( const char * pStr ){
StdErr( pStr );
......
......@@ -369,21 +369,11 @@ void ColorMixingControl::Initialize()
InsertItem( i, aColor, aStr );
}
/*maColor[ 0 ] = Color( COL_LIGHTRED );
maColor[ 1 ] = Color( COL_LIGHTGREEN );
maColor[ 2 ] = Color( COL_YELLOW );
maColor[ 3 ] = Color( COL_LIGHTBLUE );*/
SetColor( CMC_TOPLEFT, Color( COL_LIGHTRED ) );
SetColor( CMC_BOTTOMRIGHT, Color( COL_LIGHTBLUE ) );
SetColor( CMC_TOPRIGHT, Color( COL_LIGHTGREEN ) );
SetColor( CMC_BOTTOMLEFT, Color( COL_YELLOW ) );
/*FillColumn( 0 );
FillColumn( mnColumns - 1 );
for( i = 0; i < mnRows; i++ )
FillRow( i );*/
}
// -----------------------------------------------------------------------
......@@ -537,9 +527,6 @@ CMCPosition ColorMixingControl::GetCMCPosition() const
|*
|* ColorHSB::ColorHSB()
|*
|* Beschreibung RGB nach HSB
|* Ersterstellung SOH 02.10.97
|*
**************************************************************************/
ColorHSB::ColorHSB( const Color& rColor )
......@@ -606,9 +593,6 @@ ColorHSB::ColorHSB( const Color& rColor )
|*
|* ColorHSB::GetRGB()
|*
|* Beschreibung HSB nach RGB
|* Ersterstellung SOH 02.10.97
|*
**************************************************************************/
Color ColorHSB::GetRGB() const
......
......@@ -34,9 +34,6 @@
|*
|* class GradientWrapper
|*
|* Ersterstellung: KA 24.11.95
|* letzte Aenderung: KA 24.11.95
|*
|* Zeck: dient beim MetaFile-Export dazu, die eigentliche Berechungs-
|* funktionalitaet zu kapseln. Das Schreiben der Records fuer
|* die unterschiedlichen File-Formate geschieht ueber LinkHandler.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment