Skip to content

Commit

Permalink
Fl_Text_Display C code simple refactoring:
Browse files Browse the repository at this point in the history
+ Replaced uninitialized C parameters archaisms, by on the fly C++ local var. decl.
  Not only it will be more optimized by modern c++ compilers,
  code is easier to read, maintain and debug and is shorter.
  Most local variables are now explicitly intialized when declared.
+ Replaced some non const vars by const equivalents when required.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6825 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
fab672000 committed Jul 4, 2009
1 parent 80ce73b commit 9eaf693
Showing 1 changed file with 172 additions and 271 deletions.

0 comments on commit 9eaf693

Please sign in to comment.