diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-06-05 20:18:00 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-06-05 20:18:00 +0000 |
commit | 579a58106e541ef4a005eceaf4577048c69fa539 (patch) | |
tree | d90589bd8e3711a042e8f21305549e2c3be2cf0c /src/plugin.cpp | |
parent | fa7df2006c0e241314212644c1ec5e362220defd (diff) | |
download | libbu++-579a58106e541ef4a005eceaf4577048c69fa539.tar.gz libbu++-579a58106e541ef4a005eceaf4577048c69fa539.tar.bz2 libbu++-579a58106e541ef4a005eceaf4577048c69fa539.tar.xz libbu++-579a58106e541ef4a005eceaf4577048c69fa539.zip |
Fixes to the plugin system, it's a little tricky to test, but it's looking good.
Diffstat (limited to 'src/plugin.cpp')
-rw-r--r-- | src/plugin.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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 @@ | |||
1 | #include "plugin.h" | ||
2 | |||
3 | Plugin::Plugin() | ||
4 | { | ||
5 | } | ||
6 | |||
7 | Plugin::~Plugin() | ||
8 | { | ||
9 | } | ||
10 | |||