summaryrefslogtreecommitdiff
path: root/users/drashna/keyrecords/process_records.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/keyrecords/process_records.c')
-rw-r--r--users/drashna/keyrecords/process_records.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/users/drashna/keyrecords/process_records.c b/users/drashna/keyrecords/process_records.c
index 197fd94171..89d1c80b8f 100644
--- a/users/drashna/keyrecords/process_records.c
+++ b/users/drashna/keyrecords/process_records.c
@@ -3,9 +3,6 @@
#include "drashna.h"
#include "version.h"
-#ifdef AUTOCORRECTION_ENABLE
-# include "autocorrection/autocorrection.h"
-#endif
uint16_t copy_paste_timer;
bool host_driver_disabled = false;
@@ -65,9 +62,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
#if defined(CUSTOM_POINTING_DEVICE)
&& process_record_pointing(keycode, record)
#endif
-#ifdef AUTOCORRECTION_ENABLE
- && process_autocorrection(keycode, record)
-#endif
&& true)) {
return false;
}