Closed
Bug 1719802
Opened 11 months ago
Closed 10 months ago
Unused typedef WinTaskbar::SetCurrentProcessExplicitAppUserModelIDPtr
Categories
(Core :: Widget: Win32, enhancement)
Tracking
()
RESOLVED
FIXED
92 Branch
People
(Reporter: alexhenrie24, Assigned: alexhenrie24)
Details
Attachments
(1 file)
The WinTaskbar class currently has the following private member:
typedef HRESULT(WINAPI* SetCurrentProcessExplicitAppUserModelIDPtr)(
PCWSTR AppID);
However, this typedef has not been used since Bug 1348177 was fixed.
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → alexhenrie24
Status: NEW → ASSIGNED
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/autoland/rev/b7a98f400dc5 Remove WinTaskbar::SetCurrentProcessExplicitAppUserModelIDPtr. r=jmathies
Comment 3•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
Updated•10 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•