From eebe11b95bf37aedb3bb91bbc253bf3c81884c4e Mon Sep 17 00:00:00 2001 From: deepend Date: Mon, 23 Feb 2026 12:36:33 -0700 Subject: [PATCH] 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 () in place. --- src/fe-gtk/xtext.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/fe-gtk/xtext.h b/src/fe-gtk/xtext.h index 5f23a49c..58d70f7b 100644 --- a/src/fe-gtk/xtext.h +++ b/src/fe-gtk/xtext.h @@ -21,9 +21,6 @@ #define ZOITECHAT_XTEXT_H #include -#if !defined(GTK_MAJOR_VERSION) || GTK_MAJOR_VERSION < 3 -#include -#endif #include #include "xtext-color.h"