mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:28:11 +00:00
LibFileSystemAccessClient: Remove the deprecated API
Concerned functions are: - try_request_file_read_only_approved_deprecated - try_request_file_deprecated - try_open_file_deprecated - try_save_file_deprecated It also allows some simplifications in the implementation of the client.
This commit is contained in:
parent
ba40ef1f3a
commit
e8249d735d
6 changed files with 19 additions and 158 deletions
|
@ -9,8 +9,8 @@
|
|||
*/
|
||||
|
||||
#include "MainWidget.h"
|
||||
#include "PreviewWidget.h"
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/DeprecatedFile.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibFileSystemAccessClient/Client.h>
|
||||
#include <LibGUI/Application.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue