projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't forget to output new line in wxMessageOutputStderr::Output() even if conversion...
[wxWidgets.git]
/
src
/
x11
/
clipbrd.cpp
diff --git
a/src/x11/clipbrd.cpp
b/src/x11/clipbrd.cpp
index 69494fb10b592c9b90c5546a1520926c3081bbb5..a523296de8f9179c56a05b398c8832896534deca 100644
(file)
--- a/
src/x11/clipbrd.cpp
+++ b/
src/x11/clipbrd.cpp
@@
-306,8
+306,6
@@
wxClipboard::wxClipboard()
m_formatSupported = false;
m_targetRequested = 0;
-
- m_usePrimary = false;
}
wxClipboard::~wxClipboard()