diff options
Diffstat (limited to 'users/talljoe/visualizer.c')
-rw-r--r-- | users/talljoe/visualizer.c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/users/talljoe/visualizer.c b/users/talljoe/visualizer.c deleted file mode 100644 index c17b56706..000000000 --- a/users/talljoe/visualizer.c +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | /* Copyright 2020 Joseph Wasson | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | |||
17 | #include "talljoe.h" | ||
18 | |||
19 | static void get_visualizer_layer_and_color(visualizer_state_t* state) { | ||
20 | state->status_text = layer_names[biton32(state->status.layer)]; | ||
21 | } | ||