0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented
authorSAN <>
Thu, 15 Sep 2011 10:34:59 +0000 (10:34 +0000)
committerbugmaster <bugmaster@opencascade.com>
Mon, 5 Mar 2012 15:30:10 +0000 (19:30 +0400)
src/Aspect/Aspect_GradientBackground.cdl
src/Aspect/Aspect_GradientBackground.cxx

index bfbaa0f..efbea01 100755 (executable)
@@ -47,9 +47,6 @@ is
     ---Purpose: Modifies the colours of the window gradient background <me>.
     ---Category: Methods to modify the class definition
 
-    SetBgGradientFillMethod( me      ;
-                             AMethod : GradientFillMethod from Aspect = Aspect_GFM_NONE);
-
     ----------------------------
     -- Category: Inquire methods
     ----------------------------
index d6d79ab..0a469fd 100755 (executable)
@@ -48,4 +48,3 @@ Aspect_GradientFillMethod Aspect_GradientBackground::BgGradientFillMethod( ) con
 {
   return MyGradientMethod;
 }
-