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

Unified Diff: xfa/fwl/cfwl_listitem.cpp

Issue 2563693003: Remove unused list data pointer (Closed)
Patch Set: 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 c46b8a06a1495266f04d194e71e4ca70545782b5..3e23b17d919c727d3ca95c2c92209f8a3678adcd 100644
--- a/xfa/fwl/cfwl_listitem.cpp
+++ b/xfa/fwl/cfwl_listitem.cpp
@@ -10,7 +10,6 @@ CFWL_ListItem::CFWL_ListItem()
: m_dwStates(0),
m_wsText(L""),
m_pDIB(nullptr),
- m_pData(nullptr),
m_dwCheckState(0) {
m_rtCheckBox.Reset();
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