diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-12 21:02:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-12 22:42:08 +0300 |
commit | 8dba30fcf6eb7e7dcd7b13436cb92f828109d933 (patch) | |
tree | 194e2f542d666f1d594bfc35e4ecb3399a4cd77c /tools/inc | |
parent | a666862deffa33013d3df3bb62e87c67f9a89948 (diff) |
Get rid of GetAppData(SHL_IDE)
It seems to be used only locally in basctl so there is really no reason for
it.
Change-Id: I9ad0a67621e190257e028fd3689f692e639eaf56
Diffstat (limited to 'tools/inc')
-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 35caa27fd998..c7072bfc460d 100644 --- a/tools/inc/tools/shl.hxx +++ b/tools/inc/tools/shl.hxx @@ -45,7 +45,7 @@ //17 (SHL_SFX) removed //18 (SHL_SO2) removed #define SHL_IDL 19 -#define SHL_IDE 20 +//20 (SHL_IDE) removed //21 (SHL_EDIT) removed //22 (SHL_VCED) removed #define SHL_BASIC 23 |