summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/dummy.h')
-rw-r--r--protocols/Dummy/src/dummy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h
index 4efb643d61..2bffe7c45a 100644
--- a/protocols/Dummy/src/dummy.h
+++ b/protocols/Dummy/src/dummy.h
@@ -31,8 +31,7 @@ struct ttemplate
const char *text;
};
-#define DUMMY_PROTO_COUNT 26
-extern const ttemplate templates[DUMMY_PROTO_COUNT];
+extern const ttemplate templates[];
struct CMPlugin : public ACCPROTOPLUGIN<CDummyProto>
{