You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/04/17 10:31:15 UTC

[jira] [Assigned] (FLEX-16840) Unused local variable

     [ https://issues.apache.org/jira/browse/FLEX-16840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Mclean reassigned FLEX-16840:
------------------------------------

    Assignee: Justin Mclean
    
> Unused local variable
> ---------------------
>
>                 Key: FLEX-16840
>                 URL: https://issues.apache.org/jira/browse/FLEX-16840
>             Project: Apache Flex
>          Issue Type: Task
>          Components: mx: TextArea
>    Affects Versions: Adobe Flex SDK 3.2 (Release)
>         Environment: Affected OS(s): All OS Platforms
> Affected OS(s): All OS Platforms
> Browser: Safari
> Language Found: English
>            Reporter: Adobe JIRA
>            Assignee: Justin Mclean
>              Labels: easyfix
>
> private function adjustScrollBars():void
> {
>         var visibleRows:Number =
>             textField.bottomScrollV - textField.scrollV + 1;
>         var rows:Number = textField.numLines;
>         setScrollBarProperties(textField.width + textField.maxScrollH,
>                                textField.width, textField.numLines,
>                                visibleRows);
> }
> Unused variable 'rows'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira