summaryrefslogtreecommitdiff
path: root/keyboards/gboards/gergoplex/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gboards/gergoplex/matrix.c')
-rw-r--r--keyboards/gboards/gergoplex/matrix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/gboards/gergoplex/matrix.c b/keyboards/gboards/gergoplex/matrix.c
index 716390241a..a075b85725 100644
--- a/keyboards/gboards/gergoplex/matrix.c
+++ b/keyboards/gboards/gergoplex/matrix.c
@@ -152,11 +152,6 @@ uint8_t matrix_scan(void) {
return 1;
}
-bool matrix_is_modified(void) // deprecated and evidently not called.
-{
- return true;
-}
-
inline bool matrix_is_on(uint8_t row, uint8_t col) { return (matrix[row] & ((matrix_row_t)1 << col)); }
inline matrix_row_t matrix_get_row(uint8_t row) { return matrix[row]; }