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

Unified Diff: xfa/fwl/core/cfwl_message.cpp

Issue 2557103002: Cleanup FWL default values part II. (Closed)
Patch Set: Unused 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
Index: xfa/fwl/core/cfwl_message.cpp
diff --git a/xfa/fwl/core/cfwl_message.cpp b/xfa/fwl/core/cfwl_message.cpp
index b5a9b077e5734709e9c2bc86d6f5e80db99f4361..4c19e8f59a61c8edeb8e0376dca613049c3c996d 100644
--- a/xfa/fwl/core/cfwl_message.cpp
+++ b/xfa/fwl/core/cfwl_message.cpp
@@ -9,7 +9,6 @@
CFWL_Message::CFWL_Message(CFWL_MessageType type)
: m_pSrcTarget(nullptr),
m_pDstTarget(nullptr),
- m_dwExtend(0),
m_type(type) {}
CFWL_Message::~CFWL_Message() {}

Powered by Google App Engine
This is Rietveld 408576698