- remove outdated unused code
- use built-in font instead of a file in /fonts/ folder

git-svn-id: svn://kolibrios.org@7433 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2018-10-04 17:53:33 +00:00
parent d305102f81
commit e0615bc762
9 changed files with 109 additions and 968 deletions

View File

@@ -12,7 +12,7 @@ enum {
#define MAX_PROCESS_COUNT 256
:int CheckProcessExists(dword proc_name) {
:bool CheckProcessExists(dword proc_name) {
int i;
proc_info Process;
for (i=0; i<MAX_PROCESS_COUNT; i++;)