Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 14, 2022
1 parent 62181c1 commit 9378b66
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/CardinalUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -761,17 +761,6 @@ class CardinalUI : public CardinalBaseUI,
setState("windowSize", sizeString);
}

uint32_t uiClipboardDataOffer() override
{
const std::vector<ClipboardDataOffer> offers(getClipboardDataOfferTypes());

for (const ClipboardDataOffer offer : offers)
if (std::strcmp(offer.type, "text/plain") == 0)
return offer.id;

return 0;
}

void uiFocus(const bool focus, const CrossingMode mode) override
{
if (focus)
Expand Down

0 comments on commit 9378b66

Please sign in to comment.