diff -r c2e5472b112c -r 572a009369f0 Documentation/Source/eric5.Debugger.VariablesViewer.html --- a/Documentation/Source/eric5.Debugger.VariablesViewer.html Fri Jan 08 17:04:18 2010 +0000 +++ b/Documentation/Source/eric5.Debugger.VariablesViewer.html Fri Jan 08 19:14:19 2010 +0000 @@ -433,9 +433,6 @@ <td><a href="#VariablesViewer.__showVariableDetails">__showVariableDetails</a></td> <td>Private method to show details about a variable.</td> </tr><tr> -<td><a href="#VariablesViewer.__unicode">__unicode</a></td> -<td>Private method to convert a string to unicode.</td> -</tr><tr> <td><a href="#VariablesViewer.collapseItem">collapseItem</a></td> <td>Public slot to handle the collapsed signal.</td> </tr><tr> @@ -630,21 +627,6 @@ <dd> reference to the variable item </dd> -</dl><a NAME="VariablesViewer.__unicode" ID="VariablesViewer.__unicode"></a> -<h4>VariablesViewer.__unicode</h4> -<b>__unicode</b>(<i>s</i>) -<p> - Private method to convert a string to unicode. -</p><dl> -<dt><i>s</i></dt> -<dd> -the string to be converted (string) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -unicode representation of s (unicode object) -</dd> </dl><a NAME="VariablesViewer.collapseItem" ID="VariablesViewer.collapseItem"></a> <h4>VariablesViewer.collapseItem</h4> <b>collapseItem</b>(<i>parentItem</i>)