summaryrefslogtreecommitdiffstats
path: root/tmk_core/protocol/host.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-10-05 09:19:12 +1100
committerGitHub <noreply@github.com>2022-10-05 09:19:12 +1100
commit09d3e2771099ff1ca7e7bd8882644eb2b2807763 (patch)
treedcbd230a0b83d19f2561eaa606dcd4ae3b97a109 /tmk_core/protocol/host.h
parent3168a3c88388d75dc9f4e221c429163c3ecbda4f (diff)
Refactor more host code (programmable button & digitizer) (#18565)
Diffstat (limited to 'tmk_core/protocol/host.h')
-rw-r--r--tmk_core/protocol/host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/protocol/host.h b/tmk_core/protocol/host.h
index 6b15f0d0c1..08bd498d38 100644
--- a/tmk_core/protocol/host.h
+++ b/tmk_core/protocol/host.h
@@ -51,7 +51,6 @@ void host_programmable_button_send(uint32_t data);
uint16_t host_last_system_report(void);
uint16_t host_last_consumer_report(void);
-uint32_t host_last_programmable_button_report(void);
#ifdef __cplusplus
}