summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/StackBox.java
diff options
context:
space:
mode:
Diffstat (limited to 'services/java/com/android/server/wm/StackBox.java')
-rw-r--r--services/java/com/android/server/wm/StackBox.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/java/com/android/server/wm/StackBox.java b/services/java/com/android/server/wm/StackBox.java
index d054e9a..d351925 100644
--- a/services/java/com/android/server/wm/StackBox.java
+++ b/services/java/com/android/server/wm/StackBox.java
@@ -243,10 +243,6 @@ public class StackBox {
/** Remove this box and propagate its sibling's content up to their parent.
* @return The first stackId of the resulting StackBox. */
int remove() {
- if (mStack != null) {
- if (DEBUG_STACK) Slog.i(TAG, "StackBox.remove: removing stackId=" + mStack.mStackId);
- mDisplayContent.mStackHistory.remove(mStack);
- }
mDisplayContent.layoutNeeded = true;
if (mParent == null) {