diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-28 21:54:04 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-07-28 21:54:04 +0000 |
| commit | eb71aa0d04d91d3463981e6ff304282c6f482087 (patch) | |
| tree | 21cc7563f4c8fa1a97c3562547d5e197097e1472 /src/base/exportFunction.c | |
| parent | 554234f4f238305ee82504bdbb51096efaea74f0 (diff) | |
- nove nastaveni pro klavesy (not yet complete), smazte keyconfig
- par uprav pro win32 (ve stejnem stavu jako predchozi)
git-svn-id: http://opensvn.csie.org/tuxanci_ng@177 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/exportFunction.c')
| -rw-r--r-- | src/base/exportFunction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/base/exportFunction.c b/src/base/exportFunction.c index 955c0e1..550e4ec 100644 --- a/src/base/exportFunction.c +++ b/src/base/exportFunction.c @@ -37,7 +37,6 @@ void initExortFunction() { listExportFce = newList(); } - void addToExportFce(char *name, void *function) { printf("add to export function %s\n", name); |