]> git.mdlowis.com Git - proto/labwc.git/commitdiff
labnag: remove redundant lines in conf_init()
authortokyo4j <hrak1529@gmail.com>
Thu, 2 Oct 2025 16:13:39 +0000 (01:13 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 13 Oct 2025 18:03:43 +0000 (19:03 +0100)
clients/labnag.c

index c9566328b6d1b5d97a10b9e95bdddb75c35da9a2..0c279b2af5c0f1a0573b05d7d64af55ceb70f38d 100644 (file)
@@ -1250,13 +1250,6 @@ conf_init(struct conf *conf)
                | ZWLR_LAYER_SURFACE_V1_ANCHOR_LEFT
                | ZWLR_LAYER_SURFACE_V1_ANCHOR_RIGHT;
        conf->layer = ZWLR_LAYER_SHELL_V1_LAYER_TOP;
-       conf->button_background = 0x333333FF;
-       conf->details_background = 0x333333FF;
-       conf->background = 0x323232FF;
-       conf->text = 0xFFFFFFFF;
-       conf->button_text = 0xFFFFFFFF;
-       conf->button_border = 0x222222FF;
-       conf->border_bottom = 0x444444FF;
        conf->bar_border_thickness = 2;
        conf->message_padding = 8;
        conf->details_border_thickness = 3;