Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7931 from alivedise/bugzilla/837210/remove-code-p…
Browse files Browse the repository at this point in the history
…review

Bug 837210 - Remove code preview trigger, r=vivien(cherry picked from commit 9244129)
  • Loading branch information
alivedise authored and jhford committed Feb 14, 2013
1 parent 2dc7c44 commit 6d8a277
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/system/js/hardware_buttons.js
Expand Up @@ -37,7 +37,6 @@
// volumeup volume up pressed and released or autorepeated
// volumedown volume down pressed and released or autorepeated
// home+sleep home and sleep pressed at same time (used for screenshots)
// home+volume home and either volume key at the same time (view source)
//
// Because these events are fired at the window object, they cannot be
// captured. Many modules listen for the home event. Those that want
Expand Down Expand Up @@ -164,7 +163,6 @@
return;
case 'volume-up-button-press':
case 'volume-down-button-press':
fire('home+volume');
setState(baseState, type);
return;
}
Expand Down Expand Up @@ -239,7 +237,6 @@
process: function(type) {
switch (type) {
case 'home-button-press':
fire('home+volume');
setState(baseState, type);
return;
case 'sleep-button-press':
Expand Down

0 comments on commit 6d8a277

Please sign in to comment.