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

Unified Diff: xfa/fwl/core/ifwl_form.h

Issue 1874963002: Remove some FWL code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months 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/core/ifwl_adapterthreadmgr.h ('k') | xfa/fwl/core/ifwl_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/ifwl_form.h
diff --git a/xfa/fwl/core/ifwl_form.h b/xfa/fwl/core/ifwl_form.h
index b5cb72b1811c1c92f5f9efdd578407a74fb14cb0..00227594360812027c94f278100b2e5e91b9a705 100644
--- a/xfa/fwl/core/ifwl_form.h
+++ b/xfa/fwl/core/ifwl_form.h
@@ -55,17 +55,6 @@ enum FWL_FORMSIZE {
FWL_FORMSIZE_All,
};
-enum FWL_COMMANDID {
- FWL_COMMANDID_Close = 0,
- FWL_COMMANDID_Ok,
- FWL_COMMANDID_Cancel,
- FWL_COMMANDID_Abort,
- FWL_COMMANDID_Retry,
- FWL_COMMANDID_Ignore,
- FWL_COMMANDID_Yes,
- FWL_COMMANDID_No,
-};
-
class CFX_DIBitmap;
class CFX_WideString;
class CFX_Path;
« no previous file with comments | « xfa/fwl/core/ifwl_adapterthreadmgr.h ('k') | xfa/fwl/core/ifwl_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698