aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 8241d0d606..654eec95a4 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -654,9 +654,6 @@ struct Trigger {
struct CallbackDef {
CallbackType type;
void(*function)(int x, int y);
-
- CallbackDef() : type(NO_FUNCTION), function(NULL) {}
- CallbackDef(CallbackType type, void(*function)(int, int)) : type(type), function(function) {}
};
struct Callback {