diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-17 14:02:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 14:02:04 +1100 |
commit | 02ccc50e6085a9d0a4f38f252960e2d14ffe4d1f (patch) | |
tree | 8a35e27d2eaeec9d37e775d4ba167117ca250d6d /keyboards/flehrad | |
parent | c7f58145fb8cf5ea4337a1bb0439111fe2ce65f0 (diff) |
Remove more empty headers (#20155)
Diffstat (limited to 'keyboards/flehrad')
-rw-r--r-- | keyboards/flehrad/downbubble/downbubble.c | 16 | ||||
-rw-r--r-- | keyboards/flehrad/numbrero/numbrero.c | 1 | ||||
-rw-r--r-- | keyboards/flehrad/snagpad/snagpad.c | 1 | ||||
-rw-r--r-- | keyboards/flehrad/tradestation/tradestation.c | 16 |
4 files changed, 0 insertions, 34 deletions
diff --git a/keyboards/flehrad/downbubble/downbubble.c b/keyboards/flehrad/downbubble/downbubble.c deleted file mode 100644 index 48be8e4998..0000000000 --- a/keyboards/flehrad/downbubble/downbubble.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2018 REPLACE_WITH_YOUR_NAME - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ -#include "downbubble.h" diff --git a/keyboards/flehrad/numbrero/numbrero.c b/keyboards/flehrad/numbrero/numbrero.c deleted file mode 100644 index d3ec36904a..0000000000 --- a/keyboards/flehrad/numbrero/numbrero.c +++ /dev/null @@ -1 +0,0 @@ -#include "numbrero.h" diff --git a/keyboards/flehrad/snagpad/snagpad.c b/keyboards/flehrad/snagpad/snagpad.c deleted file mode 100644 index ce7e50b387..0000000000 --- a/keyboards/flehrad/snagpad/snagpad.c +++ /dev/null @@ -1 +0,0 @@ -#include "snagpad.h" diff --git a/keyboards/flehrad/tradestation/tradestation.c b/keyboards/flehrad/tradestation/tradestation.c deleted file mode 100644 index bd572db83f..0000000000 --- a/keyboards/flehrad/tradestation/tradestation.c +++ /dev/null @@ -1,16 +0,0 @@ -/* Copyright 2019 flehrad - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include "tradestation.h" |