From d8dc4b8058cf9abc2c62497ffa49b1adebd5dcd4 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 10 Nov 2003 22:33:42 +0000 Subject: [PATCH] cleanup git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/pyistream.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/wxPython/src/pyistream.h b/wxPython/src/pyistream.h index 930af405c4..a016b4e7ea 100644 --- a/wxPython/src/pyistream.h +++ b/wxPython/src/pyistream.h @@ -18,9 +18,6 @@ // Handling of wxInputStreams by Joerg Baumann // See stream.i for implementations -// list class for return list of strings, e.g. readlines() -WX_DECLARE_LIST(wxString, wxStringPtrList); - // C++ class wxPyInputStream to act as base for python class wxInputStream // You can use it in python like a python file object.