diff options
Diffstat (limited to 'ash/system/tray/system_tray_delegate.cc')
-rw-r--r-- | ash/system/tray/system_tray_delegate.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ash/system/tray/system_tray_delegate.cc b/ash/system/tray/system_tray_delegate.cc index 084e158..d0b9fb1 100644 --- a/ash/system/tray/system_tray_delegate.cc +++ b/ash/system/tray/system_tray_delegate.cc @@ -25,16 +25,6 @@ BluetoothDeviceInfo::BluetoothDeviceInfo() BluetoothDeviceInfo::~BluetoothDeviceInfo() { } -DriveOperationStatus::DriveOperationStatus() - : id(-1), - progress(0.0), - type(OPERATION_DOWNLOAD), - state(OPERATION_NOT_STARTED) { -} - -DriveOperationStatus::~DriveOperationStatus() { -} - IMEInfo::IMEInfo() : selected(false), third_party(false) { |