Cleaned up unused code

pull/14/head
Sam Bosley 13 years ago
parent 1afe1a51ff
commit ed310f7e5f

@ -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 };//*/
}

Loading…
Cancel
Save