From 132bcd1256da4ddebb1f66de86b43202e9a9fc02 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 6 Mar 2006 21:10:04 +0000 Subject: [PATCH] cleanup doc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/StaticBitmap.py | 3 --- 1 file changed, 3 deletions(-) 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. """ -- 2.50.0