Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VuhDo
VuhDo
Commits
70304c22
Commit
70304c22
authored
Jan 01, 2023
by
Ivaria
Browse files
Removing debug statements
parent
9fc935a2
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
VuhDoOptions/VuhDoNewOptionsGeneralBouquet.lua
VuhDoOptions/VuhDoNewOptionsGeneralBouquet.lua
+0
-3
No files found.
VuhDoOptions/VuhDoNewOptionsGeneralBouquet.lua
View file @
70304c22
...
...
@@ -274,7 +274,6 @@ local tBouquetName, tBouquet, tInfo, tCurrentItem;
local
tInnerPanel
,
tRadioButton
,
tSlider
;
function
VUHDO_rebuildBouquetContextEditors
(
anIndex
)
VUHDO_xMsg
(
"VUHDO_rebuildBouquetContextEditors"
,
"anIndex"
,
anIndex
,
"VUHDO_CURR_SELECTED_ITEM_INDEX"
,
VUHDO_CURR_SELECTED_ITEM_INDEX
);
if
(
anIndex
~=
nil
)
then
tIndex
=
anIndex
;
elseif
(
tIndex
==
nil
)
then
...
...
@@ -634,7 +633,6 @@ end
--
function
VUHDO_bouquetItemButtonOnClick
(
aPanel
)
VUHDO_xMsg
(
"VUHDO_bouquetItemButtonOnClick"
,
aPanel
.
buffIdx
);
VUHDO_rebuildAllBouquetItems
(
nil
,
aPanel
.
buffIdx
);
end
...
...
@@ -699,7 +697,6 @@ end
--
function
VUHDO_bouquetsBuffComboValueChanged
(
aComboBox
,
aValue
)
if
(
not
VUHDO_SUPPRESS_COMBO_FEEDBACK
)
then
VUHDO_xMsg
(
"VUHDO_bouquetsBuffComboValueChanged"
,
VUHDO_CURR_SELECTED_ITEM_INDEX
);
VUHDO_rebuildAllBouquetItems
(
nil
,
VUHDO_CURR_SELECTED_ITEM_INDEX
);
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment