summaryrefslogtreecommitdiff
path: root/keyboards/thedogkeyboard/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/thedogkeyboard/matrix.c')
-rw-r--r--keyboards/thedogkeyboard/matrix.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/thedogkeyboard/matrix.c b/keyboards/thedogkeyboard/matrix.c
index 474fbec030..2851859cf2 100644
--- a/keyboards/thedogkeyboard/matrix.c
+++ b/keyboards/thedogkeyboard/matrix.c
@@ -90,13 +90,6 @@ uint8_t matrix_cols(void) {
return MATRIX_COLS;
}
-//Deprecated.
-bool matrix_is_modified(void)
-{
- if (debounce_active()) return false;
- return true;
-}
-
inline
bool matrix_is_on(uint8_t row, uint8_t col)
{