aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_browser.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-03 11:56:00 +0200
committerMax Kellermann <max@duempel.org>2008-10-03 11:56:00 +0200
commit4ca0f663a918fc04389ff4351b596209902bd11c (patch)
treef96185f6b9ad29c5d6095f5da8f9903b4923c2d4 /src/screen_browser.h
parente2c8e28ef7ccda32fb32792b086c40144df2a916 (diff)
downloadmpd-4ca0f663a918fc04389ff4351b596209902bd11c.tar.gz
mpd-4ca0f663a918fc04389ff4351b596209902bd11c.tar.xz
mpd-4ca0f663a918fc04389ff4351b596209902bd11c.zip
list_window: remove list_window_state_t
We do not need to save a stack of list window states. When we return to a parent directory, we just have to find the directory which we come from in the parent list. Note that this patch resets the cursor when going to the root directory, but I think it's not that important, and I will deal with that later.
Diffstat (limited to 'src/screen_browser.h')
-rw-r--r--src/screen_browser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screen_browser.h b/src/screen_browser.h
index 2b825c03a..cd218bc48 100644
--- a/src/screen_browser.h
+++ b/src/screen_browser.h
@@ -33,7 +33,6 @@ struct list_window_state;
struct screen_browser {
struct list_window *lw;
- struct list_window_state *lw_state;
mpdclient_filelist_t *filelist;
};