diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-08 08:30:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-08 08:35:25 +0200 |
commit | 91dd3ed6980a55b817bbff64fabd081d778af9ce (patch) | |
tree | 511af747310b8ba2dd52afe979cd6f700539f616 /sd/sdi | |
parent | b14224fe97b8a44232c9c1401d3a49771f46582e (diff) |
remove some unnecessary declarations from *.sdi file
found with a bunch of grepping
Change-Id: I920609fb7df5a5e55ecbf5c2bf4880ff972cfbed
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/sdgslots.sdi | 2 | ||||
-rw-r--r-- | sd/sdi/sdslots.sdi | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sd/sdi/sdgslots.sdi b/sd/sdi/sdgslots.sdi index 01e7de10a7ae..c3849603102c 100644 --- a/sd/sdi/sdgslots.sdi +++ b/sd/sdi/sdgslots.sdi @@ -31,8 +31,6 @@ ModulePrefix( "Sd" ) include "xoitems.sdi" include "svx.sdi" - item UINT16 TbxImageItem; - enum FadeEffect { FADE_EFFECT_NONE , diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index 18ba8895d51a..32f796a5e1a2 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -32,8 +32,6 @@ ModulePrefix( "Sd" ) include "xoitems.sdi" include "svx.sdi" - item UINT16 TbxImageItem; - enum FadeEffect { FADE_EFFECT_NONE , |