From d786130427f1c51a38f58b33c04ef02d30917cf3 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 19 Mar 2022 15:08:19 +0200 Subject: [PATCH] Removed uneeded function --- source/tasky/engine.d | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source/tasky/engine.d b/source/tasky/engine.d index 71411b7..50ef732 100644 --- a/source/tasky/engine.d +++ b/source/tasky/engine.d @@ -103,16 +103,6 @@ public final class Engine : Thread } } - - /** - * TODO: Dispatcher - */ - private void dispatch() - { - - } - - /** * Register a Descriptor with tasky */