mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feature: removed everything that had obsolete marked
This commit is contained in:
parent
e1eb432dee
commit
8feabcd536
33 changed files with 27 additions and 2789 deletions
|
|
@ -38,12 +38,6 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
void GetDirectoryParentFolderContents();
|
||||
|
||||
BoolFeedback CurrentDirectoryResultIsNotDirectoryRoot { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Tracks the directory browse history when browsing beyond the root directory
|
||||
/// </summary>
|
||||
[Obsolete("Please use the Stack-based history instead")]
|
||||
List<CodecDirectory> DirectoryBrowseHistory { get; }
|
||||
}
|
||||
|
||||
public interface IHasDirectoryHistoryStack : IHasDirectory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue