diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-12 23:02:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-12 23:04:11 +0300 |
commit | c3d8b06f0058d808aa62c27d06f77e2a25747dd2 (patch) | |
tree | 3913aacee0a0aba39efd08ceb2dd82c1a9d81863 /tools | |
parent | 9be3e8e8d52cfb00dff851ee221074b7efce46c1 (diff) |
Get rid of SHL_SBC
GetAppData(SHL_SBC) was used only locally in the sb library so no need for
it. Just use a static pointer field.
Change-Id: I37c8429b6c9e521a00c52bb622f78bdc4afe345c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/shl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/tools/shl.hxx b/tools/inc/tools/shl.hxx index c7072bfc460d..945921fa114a 100644 --- a/tools/inc/tools/shl.hxx +++ b/tools/inc/tools/shl.hxx @@ -53,7 +53,7 @@ //25 (SHL_LNKCCH) removed //26 (SHL_CHANNEL) removed //27 (SHL_SBX) removed -#define SHL_SBC 28 +//28 (SHL_SBC) removed //29 (SHL_SDB) removed //30 (SHL_SBA) removed //31 (SHL_SBA2) removed |