From: SAN <> Date: Thu, 15 Sep 2011 10:34:59 +0000 (+0000) Subject: 0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented X-Git-Tag: V6_5_2~27 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=3f4ec8f62b879a369a922f8405659a992b161924;p=occt-copy.git 0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented --- diff --git a/src/Aspect/Aspect_GradientBackground.cdl b/src/Aspect/Aspect_GradientBackground.cdl index bfbaa0f7ca..efbea0117d 100755 --- a/src/Aspect/Aspect_GradientBackground.cdl +++ b/src/Aspect/Aspect_GradientBackground.cdl @@ -47,9 +47,6 @@ is ---Purpose: Modifies the colours of the window gradient background . ---Category: Methods to modify the class definition - SetBgGradientFillMethod( me ; - AMethod : GradientFillMethod from Aspect = Aspect_GFM_NONE); - ---------------------------- -- Category: Inquire methods ---------------------------- diff --git a/src/Aspect/Aspect_GradientBackground.cxx b/src/Aspect/Aspect_GradientBackground.cxx index d6d79ab874..0a469fd9ac 100755 --- a/src/Aspect/Aspect_GradientBackground.cxx +++ b/src/Aspect/Aspect_GradientBackground.cxx @@ -48,4 +48,3 @@ Aspect_GradientFillMethod Aspect_GradientBackground::BgGradientFillMethod( ) con { return MyGradientMethod; } -