Skip to content

Commit a40a2a9

Browse files
author
Matthias Kastner
committed
remove unused constant
1 parent 63c0108 commit a40a2a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

procedures/CodeBrowser.ipf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ static Constant CsaveMaximum = 1024
4747

4848
Constant openKey = 46 // ".", the dot
4949

50-
// List of available macro subtypes
51-
StrConstant subTypeList = "Graph;GraphStyle;GraphMarquee;Table;TableStyle;Layout;LayoutStyle;LayoutMarquee;ListBoxControl;Panel;ButtonControl;CheckBoxControl;PopupMenuControl;SetVariableControl"
5250
// List of igor7 structure elements.
5351
static strConstant cstrTypes = "Variable|String|WAVE|NVAR|SVAR|DFREF|FUNCREF|STRUCT|char|uchar|int16|uint16|int32|uint32|int64|uint64|float|double"
5452
// Loosely based on the WM procedure from the documentation

0 commit comments

Comments
 (0)