From: Felix Domke Date: Thu, 27 May 2004 11:55:31 +0000 (+0000) Subject: remove cli test stuff (not here!) X-Git-Tag: 2.6.0~5964 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/3a266ea37f7f6a81eab1982071f85a7e51d699e3 remove cli test stuff (not here!) --- diff --git a/main/enigma.cpp b/main/enigma.cpp index 7b30f6b2..3f77c1ba 100644 --- a/main/enigma.cpp +++ b/main/enigma.cpp @@ -16,8 +16,6 @@ #include #include -#include
- class eMain: public eApplication, public Object { eInit init; @@ -152,20 +150,6 @@ int main() atexit(object_dump); #endif -#if 0 - eCLI cli; - eString res; - - while (1) - { - char line[1024]; - if (!fgets(line, 1024, stdin)) - break; - line[strlen(line)-1]=0; - int rn = cli.doCommand(res, line); - eDebug("%s%d", res.c_str(), rn); - } -#endif eMain app; int res = app.exec(); eDebug("after exec");