From d86715a3a3d922e550160e656f57390828a37818 Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sun, 6 Apr 2014 19:27:58 +0000 Subject: [PATCH] remove unused macro definition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fileconf.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index e626c3c0cc..dd60bb34d2 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -60,10 +60,6 @@ // constants // ---------------------------------------------------------------------------- -#ifndef MAX_PATH - #define MAX_PATH 512 -#endif - #define FILECONF_TRACE_MASK wxT("fileconf") // ----------------------------------------------------------------------------