From ed310f7e5faf215a2b86adbda93c38dba6d9c591 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Tue, 1 Nov 2011 09:43:02 -0700 Subject: [PATCH] Cleaned up unused code --- .../astrid/service/abtesting/ABOptions.java | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/astrid/src/com/todoroo/astrid/service/abtesting/ABOptions.java b/astrid/src/com/todoroo/astrid/service/abtesting/ABOptions.java index 8df0fef67..683d152e7 100644 --- a/astrid/src/com/todoroo/astrid/service/abtesting/ABOptions.java +++ b/astrid/src/com/todoroo/astrid/service/abtesting/ABOptions.java @@ -166,14 +166,10 @@ public class ABOptions { } private void initialize() { // Set up -// addOption(AB_OPTION_FIRST_ACTIVITY, AB_OPTION_FIRST_ACTIVITY_PROBS, -// AB_OPTION_FIRST_ACTIVITY_DESCRIPTIONS, AB_OPTION_FIRST_ACTIVITY_RELEVANT_EVENTS); -// -// addOption(AB_OPTION_WELCOME_LOGIN, AB_OPTION_WELCOME_LOGIN_PROBS, -// AB_OPTION_WELCOME_LOGIN_DESCRIPTIONS, AB_OPTION_WELCOME_LOGIN_RELEVANT_EVENTS); + //Calls to addOption go here } -// -// + +// Declare AB options like this: // public static final String AB_OPTION_FIRST_ACTIVITY = "ab_first_activity"; // private static final int[] AB_OPTION_FIRST_ACTIVITY_PROBS = { 9, 1 }; // private static final String[] AB_OPTION_FIRST_ACTIVITY_DESCRIPTIONS = { "ab-show-tasks-first", "ab-show-lists-first" }; @@ -182,13 +178,5 @@ public class ABOptions { // StatisticsConstants.USER_FIRST_TASK, // StatisticsConstants.ACTFM_LIST_SHARED, // StatisticsConstants.ACTFM_NEW_USER };//*/ -// -// public static final String AB_OPTION_WELCOME_LOGIN = "ab_welcome_login"; -// private static final int[] AB_OPTION_WELCOME_LOGIN_PROBS = { 9, 1 }; -// private static final String[] AB_OPTION_WELCOME_LOGIN_DESCRIPTIONS = { "ab-welcome-login-show", "ab-welcome-login-skip" }; -// private static final String[] AB_OPTION_WELCOME_LOGIN_RELEVANT_EVENTS = { StatisticsConstants.CREATE_TASK, -// StatisticsConstants.TASK_CREATED_TASKLIST, -// StatisticsConstants.USER_FIRST_TASK, -// StatisticsConstants.ACTFM_LIST_SHARED, -// StatisticsConstants.ACTFM_NEW_USER };//*/ + }