X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_pm.h;h=2ce5fc10c6c3545b6d5a2982225b2a36c4bb3135;hb=d799ef823a8b57ba6c783ed323430254083158be;hp=cc565424439b5d529dd3f96b9ec19287def92c19;hpb=19d11f1b4bed1c6ec1510168ee7e9bdb7e88cb39;p=16.git diff --git a/src/lib/16_pm.h b/src/lib/16_pm.h index cc565424..2ce5fc10 100755 --- a/src/lib/16_pm.h +++ b/src/lib/16_pm.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -34,10 +34,6 @@ #include "src/lib/16_ca.h" #include -#ifdef __DEBUG__ -extern boolean debugpm; -#endif - /*// NOTE! PMPageSize must be an even divisor of EMSPageSize, and >= 1024 #define EMSPageSize 16384 #define EMSPageSizeSeg (EMSPageSize >> 4)