diff options
author | zhuyaliang <[email protected]> | 2023-05-04 20:31:32 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-09 10:14:21 +0200 |
commit | fcaf6442f0085d728de9e295208afbb2aff6c1e9 (patch) | |
tree | 90cb42590ec5bc5f6889917236cc6cb0350b0b77 /src/fr-command-7z.c | |
parent | 6f49d2c72ea1ade71df33a301d5192c2a127e790 (diff) | |
download | engrampa-fcaf6442f0085d728de9e295208afbb2aff6c1e9.tar.bz2 engrampa-fcaf6442f0085d728de9e295208afbb2aff6c1e9.tar.xz |
Replace deprecated functions and fix compilation warnings
Replacing GtkAction with GAction
Replacing GtkUIManager with GtkBuilder
Diffstat (limited to 'src/fr-command-7z.c')
-rw-r--r-- | src/fr-command-7z.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c index d1617ae..7b40d5e 100644 --- a/src/fr-command-7z.c +++ b/src/fr-command-7z.c @@ -407,8 +407,6 @@ static void process_line__delete (char *line, gpointer data) { - FrCommand *comm = FR_COMMAND (data); - if ((strstr (line, "Wrong password?") != NULL) || (strstr (line, "Enter password") != NULL)) { |