Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: xfa/fwl/cfwl_listitem.cpp

Issue 2576483002: Remove unused CFWL_ListBox code (Closed)
Patch Set: Review feedback Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fwl/cfwl_listitem.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_listitem.cpp
diff --git a/xfa/fwl/cfwl_listitem.cpp b/xfa/fwl/cfwl_listitem.cpp
index 049548a1f5b7c3f27354c1f8fb02971e25b3eb0e..a8ea8a645237234a4e07bc3246a0ee3eda5528b2 100644
--- a/xfa/fwl/cfwl_listitem.cpp
+++ b/xfa/fwl/cfwl_listitem.cpp
@@ -7,8 +7,7 @@
#include "xfa/fwl/cfwl_listitem.h"
CFWL_ListItem::CFWL_ListItem(const CFX_WideString& text)
- : m_dwStates(0), m_wsText(text), m_pDIB(nullptr), m_dwCheckState(0) {
- m_rtCheckBox.Reset();
+ : m_dwStates(0), m_wsText(text) {
m_rtItem.Reset();
}
« no previous file with comments | « xfa/fwl/cfwl_listitem.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698