removed small as otherwise the code was apparently unreadable in HTML docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-11-25 15:35:50 +00:00
parent f0125ede4a
commit 3f93aa54a9

View File

@@ -25,7 +25,6 @@ macros):
\wxheading{Example} \wxheading{Example}
{\small%
\begin{verbatim} \begin{verbatim}
// this part might be in a header or source (.cpp) file // this part might be in a header or source (.cpp) file
class MyListElement class MyListElement
@@ -62,7 +61,6 @@ macros):
...process the current element... ...process the current element...
} }
\end{verbatim} \end{verbatim}
}
For compatibility with previous versions wxList and wxStringList classes are For compatibility with previous versions wxList and wxStringList classes are
still defined, but their usage is deprecated and they will disappear in the still defined, but their usage is deprecated and they will disappear in the