From a22f5d9b595d34bfbb519eb31b3a31ca8485477b Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Thu, 11 May 2000 04:23:05 +0000 Subject: [PATCH] no more profile skin here git-svn-id: svn://10.0.0.236/trunk@69176 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/NGLayoutBuildList.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/build/mac/NGLayoutBuildList.pm b/mozilla/build/mac/NGLayoutBuildList.pm index fa27da67fd5..d32741a481b 100644 --- a/mozilla/build/mac/NGLayoutBuildList.pm +++ b/mozilla/build/mac/NGLayoutBuildList.pm @@ -524,7 +524,6 @@ sub MakeResourceAliases() my($profile_content_chrome_dir) = "$communicator_content_chrome_dir" . "profile"; my($profile_locale_chrome_dir) = "$communicator_locale_chrome_dir" . "profile"; - my($profile_skin_chrome_dir) = "$communicator_skin_chrome_dir" . "profile"; _InstallResources(":mozilla:profile:resources:content:MANIFEST", "$profile_content_chrome_dir", 0); _InstallResources(":mozilla:profile:resources:locale:en-US:MANIFEST", "$profile_locale_chrome_dir", 0);