From cb0766f6923c504403d77ccc6e2d0c65675efbaf Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Fri, 25 Oct 2013 22:31:26 +0000 Subject: [PATCH] Eolite: delete debug info git-svn-id: svn://kolibrios.org@4098 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/cmm/eolite/include/open_with.h | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/cmm/eolite/include/open_with.h b/programs/cmm/eolite/include/open_with.h index dd8c50035d..ce2f545764 100644 --- a/programs/cmm/eolite/include/open_with.h +++ b/programs/cmm/eolite/include/open_with.h @@ -126,7 +126,6 @@ void DrawAppList() tiny_scroll.x = app_list.x+app_list.w-SCROLL_WIDTH-1; tiny_scroll.h = app_list.h * app_list.visible / app_list.count; tiny_scroll.y = app_list.h * app_list.first / app_list.count + app_list.y; - debugi(tiny_scroll.y + tiny_scroll.h - app_list.y - app_list.h); if (tiny_scroll.y + tiny_scroll.h - app_list.y - app_list.h >= 0) tiny_scroll.y = app_list.y + app_list.h - tiny_scroll.h-1; DrawBar(tiny_scroll.x, tiny_scroll.y, SCROLL_WIDTH, tiny_scroll.h, 0x555555); //scroll } \ No newline at end of file