[gnome-screenshot/wip/exalm/cleanup-cli: 1/3] application: Remove a leftover use-shadow reference
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-screenshot/wip/exalm/cleanup-cli: 1/3] application: Remove a leftover use-shadow reference
- Date: Thu, 2 Apr 2020 22:34:18 +0000 (UTC)
commit 76af9c5b41ae1d4a32a774302401f48c29692587
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Fri Apr 3 03:04:15 2020 +0500
application: Remove a leftover use-shadow reference
src/screenshot-application.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/screenshot-application.c b/src/screenshot-application.c
index 9836492..b7fa93c 100644
--- a/src/screenshot-application.c
+++ b/src/screenshot-application.c
@@ -658,7 +658,6 @@ screenshot_application_command_line (GApplication *app,
gboolean include_pointer_arg = FALSE;
gboolean interactive_arg = FALSE;
gchar *border_effect_arg = NULL;
- gboolean use_shadow_arg = FALSE;
guint delay_arg = 0;
gchar *file_arg = NULL;
GVariantDict *options;
@@ -674,7 +673,6 @@ screenshot_application_command_line (GApplication *app,
g_variant_dict_lookup (options, "include-pointer", "b", &include_pointer_arg);
g_variant_dict_lookup (options, "interactive", "b", &interactive_arg);
g_variant_dict_lookup (options, "border-effect", "&s", &border_effect_arg);
- g_variant_dict_lookup (options, "use-shadow", "b", &use_shadow_arg);
g_variant_dict_lookup (options, "delay", "i", &delay_arg);
g_variant_dict_lookup (options, "file", "^&ay", &file_arg);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]