Skip to content

Commit

Permalink
sys: no need for MEM_THRESHOLD on linux refs #31
Browse files Browse the repository at this point in the history
  • Loading branch information
IR4T4 committed Aug 2, 2013
1 parent 5421370 commit 42574dd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sys/sys_unix.c
Expand Up @@ -269,7 +269,7 @@ char *Sys_GetClipboardData(void)
#endif
}

#define MEM_THRESHOLD 96 * 1024 * 1024
//#define MEM_THRESHOLD 96 * 1024 * 1024

/**
* @todo
Expand Down Expand Up @@ -341,9 +341,7 @@ char *Sys_Cwd(void)

/*
==============================================================
DIRECTORY SCANNING
==============================================================
*/

Expand Down Expand Up @@ -439,7 +437,6 @@ char **Sys_ListFiles(const char *directory, const char *extension, char *filter,

if (filter)
{

nfiles = 0;
Sys_ListFilteredFiles(directory, "", filter, list, &nfiles);

Expand Down

0 comments on commit 42574dd

Please sign in to comment.