diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-27 05:51:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-27 05:51:52 +0000 |
commit | b4d19955612ad2b98c7cb13c323e4ee7881e8292 (patch) | |
tree | 76e52aeaadf652f7ff9d2eafccd36d236269c089 /ash | |
parent | 2449b5d8c45b9dc28b08dfe6284504f243bc1274 (diff) | |
download | chromium_src-b4d19955612ad2b98c7cb13c323e4ee7881e8292.zip chromium_src-b4d19955612ad2b98c7cb13c323e4ee7881e8292.tar.gz chromium_src-b4d19955612ad2b98c7cb13c323e4ee7881e8292.tar.bz2 |
ash/shell: Remove unused var from app_list.cc
TBR=sky@chromium.org,xiyuan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12095004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179084 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r-- | ash/shell/app_list.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc index daaa486..21090c2 100644 --- a/ash/shell/app_list.cc +++ b/ash/shell/app_list.cc @@ -193,8 +193,6 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate { ++i) { WindowTypeLauncherItem::Type type = static_cast<WindowTypeLauncherItem::Type>(i); - - std::string title = WindowTypeLauncherItem::GetTitle(type); apps->Add(new WindowTypeLauncherItem(type)); } } |