diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-06-01 21:27:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-06-01 21:27:12 +0800 |
commit | 8494cbd4f1b3ad4a3d738df03170f945afce237b (patch) | |
tree | e11a7cb1ea1f34f37c1d12a60e522da806800059 /widgets/misc/e-hsv-utils.h | |
parent | 03320071af0ec6c676df56508bfca2ec03794070 (diff) | |
download | gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.tar gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.tar.gz gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.tar.bz2 gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.tar.lz gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.tar.xz gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.tar.zst gsoc2013-evolution-8494cbd4f1b3ad4a3d738df03170f945afce237b.zip |
Embed e_hsv_tweak() directly in e-table-item.c.
ETableItem is the last user of e_hsv_tweak().
This allows us to remove widgets/misc/e-hsv-utils.[ch].
Diffstat (limited to 'widgets/misc/e-hsv-utils.h')
-rw-r--r-- | widgets/misc/e-hsv-utils.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/widgets/misc/e-hsv-utils.h b/widgets/misc/e-hsv-utils.h deleted file mode 100644 index e2f707e56a..0000000000 --- a/widgets/misc/e-hsv-utils.h +++ /dev/null @@ -1,38 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * e-hsv-utils.h - utilites for manipulating colors in HSV space - * Copyright (C) 1995-2001 Seth Nickell, Peter Mattis, Spencer Kimball and Josh MacDonald - * - * Authors: - * Seth Nickell <seth@eazel.com> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License, version 2, as published by the Free Software Foundation. - * - * This library is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - * 02110-1301, USA. - */ - -#ifndef _E_HSV_UTILS_H_ -#define _E_HSV_UTILS_H_ - -#include <gtk/gtk.h> - -G_BEGIN_DECLS - -void e_hsv_tweak (GdkColor *color, - gdouble delta_h, - gdouble delta_s, - gdouble delta_v); - -G_END_DECLS - -#endif /* _E_HSV_UTILS_H_ */ |