diff options
author | Noel Grandin <noel@peralex.com> | 2014-12-23 09:47:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-08 10:39:36 +0200 |
commit | 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 (patch) | |
tree | e368da6d3ae2c8a5c8e214b99dd0f95861d0fc78 /dtrans | |
parent | 0748a5f8298e2ea817e131234f5e99300ed7f9f7 (diff) |
brute-force find-and-remove of unused #define constants.
Change-Id: I7223530ae37297a76654cd00cc1fedb56dbe3adb
Diffstat (limited to 'dtrans')
-rw-r--r-- | dtrans/source/win32/dtobj/DTransHelper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/DTransHelper.hxx b/dtrans/source/win32/dtobj/DTransHelper.hxx index 308331efabbe..7754ec302c20 100644 --- a/dtrans/source/win32/dtobj/DTransHelper.hxx +++ b/dtrans/source/win32/dtobj/DTransHelper.hxx @@ -30,9 +30,6 @@ #include "../misc/WinClip.hxx" #define AUTO_INIT TRUE -#define NO_AUTO_INIT FALSE -#define MEM_DESTROY_ON_RELEASE TRUE -#define NO_MEM_DESTROY_ON_RELEASE FALSE // a helper class to manage a global memory area, the clients can write // into the global memory area and extract the handle to the global mem |