Skip to content

Commit b595f34

Browse files
committed
CR changes
1 parent 6a57a0d commit b595f34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Assets/FbxExporters/Editor/InstallIntegration.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ namespace FbxExporters
1010
{
1111
class Integrations
1212
{
13-
const string MenuItemName = "FbxExporters/Install Maya2017 Integration";
14-
1513
private const string MAYA_VERSION = "2017";
1614
private const string MODULE_FILENAME = "unityoneclick.mod";
1715
private const string PACKAGE_NAME = "FbxExporters";
@@ -34,7 +32,7 @@ class Integrations
3432

3533
private static string GetUserFolder()
3634
{
37-
#if UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX || UNITY_EDITOR_LINUX
35+
#if UNITY_EDITOR_OSX || UNITY_EDITOR_LINUX
3836
return System.Environment.GetEnvironmentVariable("HOME");
3937
#else
4038
return System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal)

0 commit comments

Comments
 (0)