X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/969d9b6fa963c0f14298e0ec8aa88b6d6292a6f8..c8ccc915b7e1972efbbc35a678169abc555428ba:/wxPython/demo/StaticBitmap.py

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.
 
 """