summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlukefromdc <[email protected]>2024-01-07 17:26:26 -0500
committerLuke from DC <[email protected]>2024-01-17 00:33:59 +0000
commit1f8da0cc75e4786f8f152df0e947efaa146d6c23 (patch)
tree123487c9a4f20d720fe80d67d90e07664da53424
parent90c1d4873a5675bd76452c6301729bb226e69710 (diff)
downloadcaja-1f8da0cc75e4786f8f152df0e947efaa146d6c23.tar.bz2
caja-1f8da0cc75e4786f8f152df0e947efaa146d6c23.tar.xz
wayland background dialog: fix build warning
-rw-r--r--src/file-manager/fm-desktop-wayland-bg-dialog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/file-manager/fm-desktop-wayland-bg-dialog.c b/src/file-manager/fm-desktop-wayland-bg-dialog.c
index 02d7211c..30c935f4 100644
--- a/src/file-manager/fm-desktop-wayland-bg-dialog.c
+++ b/src/file-manager/fm-desktop-wayland-bg-dialog.c
@@ -132,8 +132,6 @@ update_preview()
static void
update_primary_color(GtkWidget *colorbutton1)
{
- GdkRGBA color1;
-
filename = "";
gtk_color_chooser_get_rgba (GTK_COLOR_CHOOSER (colorbutton1), &color1);
primary_color_str = gdk_rgba_to_string (&color1);
@@ -148,8 +146,6 @@ update_primary_color(GtkWidget *colorbutton1)
static void
update_secondary_color(GtkWidget *colorbutton2)
{
- GdkRGBA color2;
-
filename = "";
gtk_color_chooser_get_rgba (GTK_COLOR_CHOOSER (colorbutton2), &color2);
secondary_color_str = gdk_rgba_to_string (&color2);