Cleanup
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
62181c1047
commit
9378b66966
1 changed files with 0 additions and 11 deletions
|
@ -761,17 +761,6 @@ protected:
|
|||
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue