diff --git a/docs/frequently-asked-questions.rst b/docs/frequently-asked-questions.rst index 37ae9da43..e8ee18494 100644 --- a/docs/frequently-asked-questions.rst +++ b/docs/frequently-asked-questions.rst @@ -8,14 +8,6 @@ This list was originally compiled by `fivedogit `_. Advanced Questions ****************** -Get return value from non-constant function from another contract -================================================================= - -The key point is that the calling contract needs to know about the function it intends to call. - -See `ping.sol `_ -and `pong.sol `_. - How do I initialize a contract with only a specific amount of wei? ==================================================================