From 579a58106e541ef4a005eceaf4577048c69fa539 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Jun 2006 20:18:00 +0000 Subject: Fixes to the plugin system, it's a little tricky to test, but it's looking good. --- src/plugin.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/plugin.cpp (limited to 'src/plugin.cpp') diff --git a/src/plugin.cpp b/src/plugin.cpp deleted file mode 100644 index ea558fd..0000000 --- a/src/plugin.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "plugin.h" - -Plugin::Plugin() -{ -} - -Plugin::~Plugin() -{ -} - -- cgit v1.2.3