summaryrefslogtreecommitdiff
path: root/src/playerinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r--src/playerinfo.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h
index faba561d..d7483cc1 100644
--- a/src/playerinfo.h
+++ b/src/playerinfo.h
@@ -222,17 +222,6 @@ namespace PlayerInfo
*/
void setBuySellState(BuySellState buySellState);
- /**
- * Returns true if the player is involved in a trade at the moment, false
- * otherwise.
- */
- bool isTrading();
-
- /**
- * Sets whether the player is currently involved in trade or not.
- */
- void setTrading(bool trading);
-
// --- Specials ---------------------------------------------------------------
/**