[Pkg-e-commits] [SCM] Enlightenment DR17 toolkit based (based on the EFL) branch, upstream-vcs, updated. 447de88121d145a078f1754a0cfebb704d363821
jethomas
jethomas at alioth.debian.org
Sat Jun 7 18:34:19 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 7ec9db1cfd46d1de20dcbbf93f28969ee02773fb
Author: jethomas <jethomas>
Date: Sat Apr 26 21:16:16 2008 +0000
Remove highlight references.
diff --git a/src/lib/Ewl.h b/src/lib/Ewl.h
index 99d7676..2e83d9b 100644
--- a/src/lib/Ewl.h
+++ b/src/lib/Ewl.h
@@ -54,7 +54,6 @@ extern"C" {
#include <ewl_spacer.h>
#include <ewl_spinner.h>
#include <ewl_image.h>
-#include <ewl_highlight.h>
#include <ewl_histogram.h>
#include <ewl_spectrum.h>
#include <ewl_menu_item.h>
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
index 1610d7f..adeb199 100644
--- a/src/lib/Makefile.am
+++ b/src/lib/Makefile.am
@@ -51,7 +51,6 @@ EWLHEADERS = \
ewl_filedialog.h \
ewl_freebox.h \
ewl_grid.h \
- ewl_highlight.h \
ewl_histogram.h \
ewl_icon.h \
ewl_icon_theme.h \
@@ -135,7 +134,6 @@ EWLSOURCES= \
ewl_filedialog.c \
ewl_freebox.c \
ewl_grid.c \
- ewl_highlight.c \
ewl_histogram.c \
ewl_icon.c \
ewl_icon_theme.c \
diff --git a/src/lib/ewl_list.c b/src/lib/ewl_list.c
index 009b6fe..0048057 100644
--- a/src/lib/ewl_list.c
+++ b/src/lib/ewl_list.c
@@ -1,7 +1,6 @@
/* vim: set sw=8 ts=8 sts=8 noexpandtab: */
#include "ewl_base.h"
#include "ewl_list.h"
-#include "ewl_highlight.h"
#include "ewl_macros.h"
#include "ewl_private.h"
#include "ewl_debug.h"
diff --git a/src/lib/ewl_mvc.c b/src/lib/ewl_mvc.c
index 91e7b84..8dfaf30 100644
--- a/src/lib/ewl_mvc.c
+++ b/src/lib/ewl_mvc.c
@@ -1,7 +1,6 @@
/* vim: set sw=8 ts=8 sts=8 noexpandtab: */
#include "ewl_base.h"
#include "ewl_mvc.h"
-#include "ewl_highlight.h"
#include "ewl_private.h"
#include "ewl_macros.h"
#include "ewl_debug.h"
--
Enlightenment DR17 toolkit based (based on the EFL)
More information about the Pkg-e-commits
mailing list