summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorAndrew V. Jones <andrew.jones@vector.com>2019-07-19 00:41:42 +0100
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-07-18 19:41:42 -0400
commitd5ed6a659eaa801fbbd82efc31f03d575351b6ec (patch)
treece8c11d044d548a914b51b0692b7525680c74627 /src/options
parent1840fb506e8ed97692654d333b67f7e3dcf1bb9e (diff)
Removing forward-declaration of undefined function 'registerForceLogicListener' (#3086)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/options.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/options/options.h b/src/options/options.h
index 1fc7ed51a..56b92359b 100644
--- a/src/options/options.h
+++ b/src/options/options.h
@@ -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.
*
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback