Skip to content

Commit

Permalink
remove duplicated branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored and lotem committed Jan 27, 2025
1 parent 9a5244b commit 78e20ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WeaselTSF/WeaselTSF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ STDAPI WeaselTSF::QueryInterface(REFIID riid, void** ppvObject) {
*ppvObject = (ITfThreadFocusSink*)this;
else if (IsEqualIID(riid, IID_ITfDisplayAttributeProvider))
*ppvObject = (ITfDisplayAttributeProvider*)this;
else if (IsEqualIID(riid, IID_ITfThreadFocusSink))
*ppvObject = (ITfThreadFocusSink*)this;

if (*ppvObject) {
AddRef();
Expand Down

0 comments on commit 78e20ab

Please sign in to comment.