Skip to content

Commit

Permalink
screen_status: remove obsolete library
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKellermann committed Sep 14, 2024
1 parent 810bdb3 commit 84ce337
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 93 deletions.
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ ncmpc = executable('ncmpc',
'src/screen_init.cxx',
'src/screen_paint.cxx',
'src/screen_utils.cxx',
'src/screen_status.cxx',
'src/screen_list.cxx',
'src/screen_client.cxx',
'src/QueuePage.cxx',
Expand Down
1 change: 0 additions & 1 deletion src/ChatPage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "ChatPage.hxx"
#include "PageMeta.hxx"
#include "screen.hxx"
#include "screen_status.hxx"
#include "i18n.h"
#include "charset.hxx"
#include "Command.hxx"
Expand Down
1 change: 0 additions & 1 deletion src/FileBrowserPage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "FileBrowserPage.hxx"
#include "PageMeta.hxx"
#include "FileListPage.hxx"
#include "screen_status.hxx"
#include "save_playlist.hxx"
#include "screen.hxx"
#include "config.h" // IWYU pragma: keep
Expand Down
1 change: 0 additions & 1 deletion src/LyricsPage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "LyricsCache.hxx"
#include "LyricsLoader.hxx"
#include "PageMeta.hxx"
#include "screen_status.hxx"
#include "i18n.h"
#include "Command.hxx"
#include "Options.hxx"
Expand Down
1 change: 0 additions & 1 deletion src/QueuePage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "QueuePage.hxx"
#include "PageMeta.hxx"
#include "screen_status.hxx"
#include "save_playlist.hxx"
#include "config.h"
#include "i18n.h"
Expand Down
3 changes: 2 additions & 1 deletion src/save_playlist.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "save_playlist.hxx"
#include "db_completion.hxx"
#include "screen_status.hxx"
#include "config.h" // IWYU pragma: keep
#include "i18n.h"
#include "charset.hxx"
Expand All @@ -17,6 +16,8 @@

#include <mpd/client.h>

#include <fmt/core.h>

#include <stdio.h>

#ifndef NCMPC_MINI
Expand Down
50 changes: 0 additions & 50 deletions src/screen_status.cxx

This file was deleted.

37 changes: 0 additions & 37 deletions src/screen_status.hxx

This file was deleted.

0 comments on commit 84ce337

Please sign in to comment.