Remove old change screen

The following code was removed:

UI:

  * ChangeScreen (1)
  * SideBySide (1)
  * NewChangeScreenBar

Database columns in the accounts table:

  * change_screen
  * reverse_patch_set_order
  * comment_visibility_strategy

Change-Id: I7ec4a0beb51dd6cb2f7c364df40e7cb5bea786d2
This commit is contained in:
David Ostrovsky
2013-09-08 19:14:58 +02:00
committed by Shawn Pearce
parent d9d64ecd6a
commit 36934dc6ef
59 changed files with 161 additions and 6120 deletions

View File

@@ -27,7 +27,7 @@ class CreateChangeAction {
static void call(Button b, final String project) {
// TODO Replace CreateChangeDialog with a nicer looking display.
b.setEnabled(false);
new CreateChangeDialog(b, new Project.NameKey(project)) {
new CreateChangeDialog(new Project.NameKey(project)) {
{
sendButton.setText(Util.C.buttonCreate());
message.setText(Util.C.buttonCreateDescription());