diff options
author | lukefromdc <[email protected]> | 2024-11-22 01:59:43 -0500 |
---|---|---|
committer | Luke from DC <[email protected]> | 2024-11-27 03:49:44 +0000 |
commit | 03bbe996c3d79461c89cac9e578b6ad01d1dcef9 (patch) | |
tree | 807ac7058faea0615e05b95e6e5372dca729e5d3 /stickynotes | |
parent | 96c3e4b883961fdeb6cc032388da6f5e7b942d58 (diff) | |
download | mate-applets-03bbe996c3d79461c89cac9e578b6ad01d1dcef9.tar.bz2 mate-applets-03bbe996c3d79461c89cac9e578b6ad01d1dcef9.tar.xz |
Remove GtkSourceView dependency as we no longer use it
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/stickynotes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/stickynotes/stickynotes.h b/stickynotes/stickynotes.h index 3edea16a..5f42abfa 100644 --- a/stickynotes/stickynotes.h +++ b/stickynotes/stickynotes.h @@ -24,8 +24,6 @@ #include <libwnck/libwnck.h> #include <stickynotes_applet.h> -#include <gtksourceview/gtksource.h> - typedef struct { GtkWidget *w_window; /* Sticky Note window */ |