diff --git a/wxPython/demo/StaticBitmap.py b/wxPython/demo/StaticBitmap.py index 1b9f3c2b03..bb1b7715b1 100644 --- a/wxPython/demo/StaticBitmap.py +++ b/wxPython/demo/StaticBitmap.py @@ -45,9 +45,6 @@ def runTest(frame, nb, log): overview = """\ A StaticBitmap control displays a bitmap. -The bitmap to be displayed should have a small number of colours, such as 16, -to avoid palette problems. - A bitmap can be derived from most image formats using the wx.Image class. """