projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e8b0a
)
No changes, just remove an unused line of code.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:36:38 +0000
(22:36 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Thu, 21 Mar 2013 22:36:38 +0000
(22:36 +0000)
Fix g++ warning about initialized but unused variable in wxRTC code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73688
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/richtext/richtextbuffer.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/richtext/richtextbuffer.cpp
b/src/richtext/richtextbuffer.cpp
index 8a4b4929f643c0313ca79878c8925fbed60b9d96..217e41e663b8ded80ad125d748fb3a60c8752791 100644
(file)
--- a/
src/richtext/richtextbuffer.cpp
+++ b/
src/richtext/richtextbuffer.cpp
@@
-1447,7
+1447,6
@@
bool wxRichTextCompositeObject::Defragment(wxRichTextDrawingContext& context, co
if (node->GetNext())
{
wxRichTextObject* nextChild = node->GetNext()->GetData();
- wxRichTextObjectList::compatibility_iterator nextNode = node->GetNext();
// First split child and nextChild so we have smaller fragments to merge.
// Then Merge only has to test per-object virtual attributes