diff options
author | August Sodora <augsod@gmail.com> | 2012-01-20 01:03:29 -0500 |
---|---|---|
committer | August Sodora <augsod@gmail.com> | 2012-01-20 13:47:58 -0500 |
commit | 2b8817ad5958cd4b975d10f53d0c2c6aabd3b784 (patch) | |
tree | 2315ae983d2b872c231db9da97a492f8fd7c469c /sfx2 | |
parent | cd7bd2ff39fbb35121d34d1a3319587cce1a96b3 (diff) |
Remove unused SV_DECL_PTRARR
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/inc/sfx2/frmdescr.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/frmdescr.hxx b/sfx2/inc/sfx2/frmdescr.hxx index beb4085379d6..e271a5efa318 100644 --- a/sfx2/inc/sfx2/frmdescr.hxx +++ b/sfx2/inc/sfx2/frmdescr.hxx @@ -42,8 +42,6 @@ class SvStream; struct SfxFrameDescriptor_Impl; class SfxFrameDescriptor; class Wallpaper; -typedef SfxFrameDescriptor* SfxFrameDescriptorPtr; -SV_DECL_PTRARR(SfxFramesArr, SfxFrameDescriptorPtr, 4, 2) //=========================================================================== // The SfxFrame descriptors build a recursive structure, that covers all the |