Kaydet (Commit) 4415af54 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Remove unused IsInSwap() method

Change-Id: Ib295bd71b5cf16fd75d04818dfd415ff24cb2655
üst 2b8352eb
...@@ -420,7 +420,6 @@ public: ...@@ -420,7 +420,6 @@ public:
bool IsInSwapIn() const { return mbIsInSwapIn; } bool IsInSwapIn() const { return mbIsInSwapIn; }
bool IsInSwapOut() const { return mbIsInSwapOut; } bool IsInSwapOut() const { return mbIsInSwapOut; }
bool IsInSwap() const { return( mbIsInSwapOut || mbIsInSwapOut ); }
bool IsSwappedOut() const { return( mbAutoSwapped || maGraphic.IsSwapOut() ); } bool IsSwappedOut() const { return( mbAutoSwapped || maGraphic.IsSwapOut() ); }
bool Draw( bool Draw(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment