diff options
| author | mark.herbert <[email protected]> | 2025-07-18 11:42:38 +0300 |
|---|---|---|
| committer | lukefromdc <[email protected]> | 2025-09-04 10:12:14 -0400 |
| commit | d68c23bd8e07612f305dcc7825f3a8ee448544f5 (patch) | |
| tree | a0de3e3b98337639b75279a1d58ea52b276d82bb /applets/notification_area/main.c | |
| parent | 7867d2d5888f48369bc34c1182d5171c4c224b13 (diff) | |
| download | mate-panel-d68c23bd8e07612f305dcc7825f3a8ee448544f5.tar.bz2 mate-panel-d68c23bd8e07612f305dcc7825f3a8ee448544f5.tar.xz | |
Wayland-only-build attempt 3 - changes from other branch removed
Diffstat (limited to 'applets/notification_area/main.c')
| -rw-r--r-- | applets/notification_area/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 71221b65..20ef2b3c 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -23,10 +23,6 @@ #include <config.h> -#ifndef HAVE_X11 -#error file should only be built when HAVE_X11 is enabled -#endif - #include <string.h> #include <mate-panel-applet.h> @@ -302,7 +298,6 @@ static void na_tray_applet_realize (GtkWidget *widget) { NaTrayApplet *applet = NA_TRAY_APPLET (widget); - if (parent_class_realize) parent_class_realize (widget); |
