I removed the leftover GTK2 compatibility include path from src/fe-gtk/xtext.h by dropping the GTK_MAJOR_VERSION < 3 / gtkobject.h block, leaving the GTK3 header path (<gtk/gtk.h>) in place.

This commit is contained in:
2026-02-23 12:36:33 -07:00
parent 0081d5c492
commit eebe11b95b

View File

@@ -21,9 +21,6 @@
#define ZOITECHAT_XTEXT_H
#include <gtk/gtk.h>
#if !defined(GTK_MAJOR_VERSION) || GTK_MAJOR_VERSION < 3
#include <gtk/gtkobject.h>
#endif
#include <cairo.h>
#include "xtext-color.h"