Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- remove the correct SetUpdateMode()
- Clone() always returns NULL
- SetFont() doesn't do anything
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I also replaced sal_Bool with bool. It's a private class so this is safe;
only salBool GraphicCache::FillSwappedGraphicObject() leaks to bool to
the world.
|
|
|
|
|
|
|
|
|
|
I also removed the unused Dummy class members.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|