Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a4e2f3f authored by Pragya Bajoria's avatar Pragya Bajoria
Browse files

Remove obsolete desktop stashing for Desktop Windowing [4/n]

Change-Id: I0de53b0871a5504fe5bef7ae3dd007de6526deb8
Bug: 309481654
Flag: EXEMPT refactor since it is removing obsolete code with no changes to current behavior.
parent 8bdef1f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,6 @@ interface IDesktopTaskListener {
    /** Desktop tasks visibility has changed. Visible if at least 1 task is visible. */
    oneway void onTasksVisibilityChanged(int displayId, int visibleTasksCount);

    /** Desktop task stashed status has changed. */
    /** @deprecated this is no longer supported. */
    oneway void onStashedChanged(int displayId, boolean stashed);
}
 No newline at end of file