Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/pastilda.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'emb/pastilda/main.cpp')
-rw-r--r--emb/pastilda/main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/emb/pastilda/main.cpp b/emb/pastilda/main.cpp
index 3268a72..27a191d 100644
--- a/emb/pastilda/main.cpp
+++ b/emb/pastilda/main.cpp
@@ -2,17 +2,8 @@
#include "stdio.h"
using namespace Application;
-#ifdef DEBUG
- #define DEBUG_PRINT(x) printf(x)
-#else
- #define DEBUG_PRINT(x) do {} while (0)
-#endif
-
-extern "C" void initialise_monitor_handles(void);
-
int main()
{
- //initialise_monitor_handles();
App *app = new App();
while(1) {
app->process();