Skip to content

Commit 0862c64

Browse files
author
AJubrey
committed
[REMOVED] unnecessary variable declarations
1 parent c10bbfc commit 0862c64

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/Integrations/Autodesk/maya/scripts/unitySetupUI.mel

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ global string $unityImportMenuName = "Import";
1717
global string $unityExportMenuName = "Export";
1818
global string $unityImportCommand = "unityImport";
1919
global string $unityExportCommand = "unityExport";
20-
global string $unityRemoveSendToUnityMenuOption = "UnityFbxForMaya_removeSendToUnityMenu";
21-
global string $unitySendToUnityMenuName = "sendToUnityMenu";
2220

2321
global proc string unityWhatsNewVersion(){
2422
return `about -q -version`;
@@ -64,9 +62,6 @@ global proc unityInstallUI(){
6462
global string $unityImportCommand;
6563
global string $unityExportCommand;
6664

67-
global string $unityRemoveSendToUnityMenuOption;
68-
global string $unitySendToUnityMenuName;
69-
7065
global string $gMainFileMenu;
7166

7267
// update family label with version

0 commit comments

Comments
 (0)