From 3f4ec8f62b879a369a922f8405659a992b161924 Mon Sep 17 00:00:00 2001 From: SAN <> Date: Thu, 15 Sep 2011 10:34:59 +0000 Subject: [PATCH] 0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented --- src/Aspect/Aspect_GradientBackground.cdl | 3 --- src/Aspect/Aspect_GradientBackground.cxx | 1 - 2 files changed, 4 deletions(-) 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; } -