diff options
Diffstat (limited to 'src/Config.h')
-rw-r--r-- | src/Config.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Config.h b/src/Config.h index 5525034..5948e37 100644 --- a/src/Config.h +++ b/src/Config.h @@ -62,14 +62,6 @@ extern char DSiNANDPath[1024]; extern int RandomizeMAC; extern int AudioBitrate; -#ifdef JIT_ENABLED -extern int JIT_Enable; -extern int JIT_MaxBlockSize; -extern int JIT_BranchOptimisations; -extern int JIT_LiteralOptimisations; -extern int JIT_FastMemory; -#endif - } #endif // CONFIG_H |