]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove comment from patch that doesn't apply anymore
authorRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 02:10:47 +0000 (02:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 1 Nov 2006 02:10:47 +0000 (02:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dcbufcmn.cpp

index 70a7c8b97607540b716bd3e2117742d0fc6fe3b8..ed6bb0e7bbf4b1296d657788feef9240b34915c0 100644 (file)
@@ -55,8 +55,6 @@ public:
             delete ms_buffer;
             ms_buffer = new wxBitmap(w, h);
         }
-
-        // return a copy of the static instance
         return ms_buffer;
     }