0028726: Quantity_NameOfColor should be replaced by Quantity_Color in function input...
[occt.git] / src / Aspect / Aspect_Window.cxx
index 5fa8abe..9024c9f 100644 (file)
@@ -74,11 +74,6 @@ void Aspect_Window::SetBackground (const Aspect_Background& theBackground)
   SetBackground (theBackground.Color());
 }
 
-void Aspect_Window::SetBackground (const Quantity_NameOfColor theNameOfColor)
-{
-  MyBackground.SetColor (theNameOfColor);
-}
-
 void Aspect_Window::SetBackground (const Quantity_Color& theColor)
 {
   MyBackground.SetColor (theColor);