Skip to content

Commit

Permalink
Remove unused member variable
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Holecek <[email protected]>
  • Loading branch information
hluk committed May 17, 2020
1 parent b637908 commit 1791361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform/x11/x11platformclipboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class X11PlatformClipboard final : public DummyClipboard
void checkAgainLater(bool clipboardChanged, int interval);

QTimer m_timerCheckAgain;
int m_checkAgainIntervalMs = 0;

ClipboardData m_clipboardData;
ClipboardData m_selectionData;
Expand Down

0 comments on commit 1791361

Please sign in to comment.