mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove unused control
This commit is contained in:
parent
e13992d896
commit
1cb1468183
@ -7,7 +7,6 @@ class GVAR(cursorMenu) {
|
||||
onUnload = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(cursorMenuOpened)),false)]);
|
||||
};
|
||||
class RscTitles {
|
||||
class RscPicture;
|
||||
class GVAR(menuBackground) {
|
||||
idd = -1;
|
||||
onLoad = QUOTE(uiNamespace setVariable [ARR_2(QUOTE(QGVAR(menuBackground)),_this select 0)]);
|
||||
@ -17,11 +16,7 @@ class RscTitles {
|
||||
movingEnable = false;
|
||||
duration = 10e10;
|
||||
name = QGVAR(menuBackground);
|
||||
class controls {
|
||||
class GVAR(menuBackground)_picutre: RscPicture {
|
||||
idc = -1;
|
||||
};
|
||||
};
|
||||
class controls {};
|
||||
class controlsBackground {
|
||||
class background {
|
||||
idc = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user