Commit 93ef46b222327212d216b957fa35cc14b2d8b2c1
1 parent
fd88a4c2
Exists in
master
and in
5 other branches
Removendo debug
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
src/classlib/testprogram.cc
... | ... | @@ -50,13 +50,6 @@ |
50 | 50 | cout << "\tSession state: " << session->get_cstate() << endl; |
51 | 51 | cout << "\tCharset: " << session->get_charset() << endl; |
52 | 52 | |
53 | - string *str = session->get_clipboard(); | |
54 | - cout << "\nClipboard: " << str->c_str(); | |
55 | - | |
56 | - delete str; | |
57 | - | |
58 | - session->set_clipboard("Teste de clipboard"); | |
59 | - | |
60 | 53 | delete session; |
61 | 54 | return 0; |
62 | 55 | } | ... | ... |