From 802463cb946fc9ca14d6fe095cf5bf00a4a1b34e Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Fri, 30 May 2014 03:17:39 -0700 Subject: [PATCH] Don't set the default size and background color for the Aphlict client SWF. Summary: These settings don't seem to make any difference and are somewhat confusing. Test Plan: Sent myself test notifications via `/notification/status`. Things seemed to work. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9337 --- support/aphlict/client/build_aphlict_client.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/aphlict/client/build_aphlict_client.sh b/support/aphlict/client/build_aphlict_client.sh index 0d2e4ae122..a9a324052a 100755 --- a/support/aphlict/client/build_aphlict_client.sh +++ b/support/aphlict/client/build_aphlict_client.sh @@ -12,8 +12,6 @@ set -e $MXMLC \ -output=$ROOT/webroot/rsrc/swf/aphlict.swf \ - -default-background-color=0x444444 \ - -default-size=500,500 \ -warnings=true \ -source-path=$ROOT/externals/vegas/src \ -static-link-runtime-shared-libraries=true \