diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-31 03:48:09 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2006-07-31 03:48:09 +0000 |
commit | 8a89eeab079decfc4c312438c67d4fc51b8de3c1 (patch) | |
tree | a86b6f002c007cb57dd07af2a37621683e59a003 /plugin.c | |
parent | 16fabe7b64a6e40008403da5d1107ade8f43eb3b (diff) | |
download | lcd4linux-8a89eeab079decfc4c312438c67d4fc51b8de3c1.tar.gz |
[lcd4linux @ 2006-07-31 03:48:09 by reinelt]
preparations for scrolling
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@680 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: plugin.c,v 1.43 2006/07/30 11:29:02 lfcorreia Exp $ +/* $Id: plugin.c,v 1.44 2006/07/31 03:48:09 reinelt Exp $ * * plugin handler for the Evaluator * @@ -23,6 +23,9 @@ * * * $Log: plugin.c,v $ + * Revision 1.44 2006/07/31 03:48:09 reinelt + * preparations for scrolling + * * Revision 1.43 2006/07/30 11:29:02 lfcorreia * Make changes suggested by Michael, only one init function is needed * @@ -286,7 +289,6 @@ int plugin_init(void) plugin_init_cfg(); plugin_init_math(); plugin_init_string(); - plugin_init_strupper(); plugin_init_test(); plugin_init_time(); |