summaryrefslogtreecommitdiffstats
path: root/src/Reactor.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-22 13:06:56 -0400
committerDavid Robillard <d@drobilla.net>2022-08-22 13:07:38 -0400
commit4f6281e52d3183ae53510d59474f6e4708da40c3 (patch)
treee8b8386b865ca57c6999946213f3b1ccba5de27d /src/Reactor.hpp
parent9c0d642a5397f418ba5c4882cc6b18e903af068f (diff)
downloadpatchage-4f6281e52d3183ae53510d59474f6e4708da40c3.tar.gz
patchage-4f6281e52d3183ae53510d59474f6e4708da40c3.tar.bz2
patchage-4f6281e52d3183ae53510d59474f6e4708da40c3.zip
Replace boost with standard C++17 facilities
Diffstat (limited to 'src/Reactor.hpp')
-rw-r--r--src/Reactor.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Reactor.hpp b/src/Reactor.hpp
index 74af8b7..74b1a07 100644
--- a/src/Reactor.hpp
+++ b/src/Reactor.hpp
@@ -25,8 +25,6 @@ class ILog;
class Reactor
{
public:
- using result_type = void; ///< For boost::apply_visitor
-
explicit Reactor(Configuration& conf,
Drivers& drivers,
Canvas& canvas,