]> git.jsancho.org Git - lugaru.git/blobdiff - Source/MacCompatibility.h
Remove typedef bool -> Boolean, using standard bool instead
[lugaru.git] / Source / MacCompatibility.h
index 7786a95088582c5b1cca4bb16795cbf976a21b26..07c2bc70cd76d9bfe8310e0a46403703a2567892 100644 (file)
@@ -48,9 +48,6 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #  endif
 #endif
 
-typedef bool Boolean;
-
-
 struct Point {
     short v;
     short h;