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

Unified Diff: fpdfsdk/include/cpdfsdk_annot.h

Issue 2283503002: Remove unused m_nTabOrder in CPDFSDK_Annot. (Closed)
Patch Set: Created 4 years, 4 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 | « fpdfsdk/cpdfsdk_annot.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/cpdfsdk_annot.h
diff --git a/fpdfsdk/include/cpdfsdk_annot.h b/fpdfsdk/include/cpdfsdk_annot.h
index 5f5cce4728f207566484c2d96e585213a6ba2839..0fbee9ed7f21e7ebbfdc040c7ff78189a9ebfc9d 100644
--- a/fpdfsdk/include/cpdfsdk_annot.h
+++ b/fpdfsdk/include/cpdfsdk_annot.h
@@ -53,16 +53,12 @@ class CPDFSDK_Annot {
void SetPage(CPDFSDK_PageView* pPageView);
CPDFSDK_PageView* GetPageView() const { return m_pPageView; }
- int GetTabOrder();
- void SetTabOrder(int iTabOrder);
-
FX_BOOL IsSelected();
void SetSelected(FX_BOOL bSelected);
protected:
CPDFSDK_PageView* m_pPageView;
FX_BOOL m_bSelected;
- int m_nTabOrder;
};
#endif // FPDFSDK_INCLUDE_CPDFSDK_ANNOT_H_
« no previous file with comments | « fpdfsdk/cpdfsdk_annot.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698