Removing forward-declaration of undefined function 'registerForceLogicListener' ...
authorAndrew V. Jones <andrew.jones@vector.com>
Thu, 18 Jul 2019 23:41:42 +0000 (00:41 +0100)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 18 Jul 2019 23:41:42 +0000 (19:41 -0400)
src/options/options.h

index 1fc7ed51a4743a02864e2d9e280a168ac1d4e1ae..56b92359b60a22175bca47277341d30c8ca88cc1 100644 (file)
@@ -348,19 +348,6 @@ public:
   ListenerCollection::Registration* registerBeforeSearchListener(
       Listener* listener);
 
-
-  /**
-   * Registers a listener for options::forceLogic being set.
-   *
-   * If notifyIfSet is true, this calls notify on the listener
-   * if the option was set by the user.
-   *
-   * The memory for the Registration is controlled by the user and must
-   * be destroyed before the Options object is.
-   */
-  ListenerCollection::Registration* registerForceLogicListener(
-      Listener* listener, bool notifyIfSet);
-
   /**
    * Registers a listener for options::tlimit being set.
    *