From 7fc496b6ab23dd73f4ea7b1816ada21ec73ff254 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Wed, 5 Sep 2018 15:48:19 +0200 Subject: Remove unneeded paragraph --- docs/control-structures.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 3d056180..5810aaa7 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -142,9 +142,6 @@ the gas can be specified with special options ``.value()`` and ``.gas()``, respe You need to use the modifier ``payable`` with the ``info`` function because otherwise, the ``.value()`` option would not be available. -You can also use ``function setFeed(InfoFeed _feed) { feed = _feed; }`` -directly. - .. warning:: Be careful that ``feed.info.value(10).gas(800)`` only locally sets the ``value`` and amount of ``gas`` sent with the function call, and the parentheses at the end perform the actual call. -- cgit v1.2.3