diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 06:28:21 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-01-06 06:28:21 +0000 |
commit | cc0f1aba257bc1344cc9d70b949560120256215e (patch) | |
tree | 531ceea8abdcda2e8be9a4f601ef93561a8bb7f5 | |
parent | 78a41e60d3d6361c3a0da358cbdde9e3b03002a3 (diff) | |
download | lcd4linux-cc0f1aba257bc1344cc9d70b949560120256215e.tar.gz |
cosmetics
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@941 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r-- | plugin_hddtemp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin_hddtemp.c b/plugin_hddtemp.c index 465c564..c41a233 100644 --- a/plugin_hddtemp.c +++ b/plugin_hddtemp.c @@ -270,8 +270,6 @@ static void hddtemp_call(RESULT * result, int argc, RESULT * argv[]) int plugin_init_hddtemp(void) { - info("Adding hddtemp functions!"); - AddFunction("hddtemp", -1, hddtemp_call); return 0; |