summaryrefslogtreecommitdiffstats
path: root/base/win_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/win_util.h')
-rw-r--r--base/win_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/base/win_util.h b/base/win_util.h
index f6ce1c2..2af65a4 100644
--- a/base/win_util.h
+++ b/base/win_util.h
@@ -111,14 +111,9 @@ void NotifyHWNDCreation(const tracked_objects::Location& from_here, HWND hwnd);
void NotifyHWNDDestruction(const tracked_objects::Location& from_here,
HWND hwnd);
-#ifdef NDEBUG
-#define TRACK_HWND_CREATION(hwnd)
-#define TRACK_HWND_DESTRUCTION(hwnd)
-#else
#define TRACK_HWND_CREATION(hwnd) win_util::NotifyHWNDCreation(FROM_HERE, hwnd)
#define TRACK_HWND_DESTRUCTION(hwnd) \
win_util::NotifyHWNDDestruction(FROM_HERE, hwnd)
-#endif
} // namespace win_util