diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-07-09 16:01:45 -0700 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-07-09 16:01:45 -0700 |
commit | 7d1a41c189e800c453c4855d2b38843bbd2dd209 (patch) | |
tree | b385628a6aba31ce477a474b91049c94cce2a16a /vcl/inc/impgraph.hxx | |
parent | 2da3b7076c00d510b2e2010bba2f362ba7df54d1 (diff) |
Replace List with std::vector< AInfo* >
I actually moved the List member from the class to a class method. I think
this is safe because the member was only used in one method and it's life-
span was limited to the one method (populate, process, dispose - all in one
"if" block.
I also removed all the member's export methods since no one used them.
Diffstat (limited to 'vcl/inc/impgraph.hxx')
-rw-r--r-- | vcl/inc/impgraph.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 6b6bce184770..592f6a73c050 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -144,8 +144,6 @@ private: sal_uLong ImplGetAnimationLoopCount() const; void ImplResetAnimationLoopCount(); - List* ImplGetAnimationInfoList() const; - private: GraphicReader* ImplGetContext(); |