mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user