diff options
| author | fauxpark | 2019-02-16 01:18:13 +0100 |
|---|---|---|
| committer | MechMerlin | 2019-02-16 01:18:13 +0100 |
| commit | e04e55c8720cf8fdd3d31ce07b4723042775a67d (patch) | |
| tree | 648b3a6d1d1339d7da82a3b8261b30ecc26e6eea /users/not-quite-neo | |
| parent | 83de3dff013f56cbdb66a1cc422f0e8d6bb7aebb (diff) | |
Remove redundant KC_TRNS and KC_NO fillers in userspace (#5140)
Diffstat (limited to 'users/not-quite-neo')
| -rw-r--r-- | users/not-quite-neo/nqn-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/not-quite-neo/nqn-common.h b/users/not-quite-neo/nqn-common.h index a04dc7a18f..bcd79505f7 100644 --- a/users/not-quite-neo/nqn-common.h +++ b/users/not-quite-neo/nqn-common.h @@ -6,9 +6,4 @@ This file holds some commen NQN definitions */ - -#define _______ KC_TRNS -#define XXXXXXX KC_NO - - #endif |