Changes between Initial Version and Version 2 of Ticket #128


Ignore:
Timestamp:
Sep 13, 2009, 10:58:16 PM (15 years ago)
Author:
sluzky
Comment:

deleted the remaining CGUIList.cpp

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #128

    • Property Owner set to sluzky
    • Property Status newassigned
  • Ticket #128 – Description

    initial v2  
    1 * We now get warnings whenever there is a C++ file that is empty or doesn't contain any meaningful info (e.g. stuff that would end up in the compiled static library). Accordingly: decide if CGUIScrollBarStyle.cpp and CGUIList.cpp can be removed.
     1* ~~We now get warnings whenever there is a C++ file that is empty or doesn't contain any meaningful info (e.g. stuff that would end up in the compiled static library). Accordingly: decide if CGUIScrollBarStyle.cpp and CGUIList.cpp can be removed.~~
    22
    33* Some parts of the GUI still use the old and obsolete PS_ERROR mechanism. Removing that would be nice, to avoid confusion. Also, localization would be helped a bit by not having error text hard-coded in English.