devhelp r1105 - in trunk: . src
- From: rhult svn gnome org
- To: svn-commits-list gnome org
- Subject: devhelp r1105 - in trunk: . src
- Date: Fri, 3 Oct 2008 13:32:43 +0000 (UTC)
Author: rhult
Date: Fri Oct 3 13:32:43 2008
New Revision: 1105
URL: http://svn.gnome.org/viewvc/devhelp?rev=1105&view=rev
Log:
2008-10-03 Richard Hult <richard imendio com>
* src/dh-link.c: (dh_link_get,set_is_deprecated):
* src/dh-link.h: Remove, now obsoleted by get,set_flags.
Modified:
trunk/ChangeLog
trunk/src/dh-link.c
trunk/src/dh-link.h
Modified: trunk/src/dh-link.c
==============================================================================
--- trunk/src/dh-link.c (original)
+++ trunk/src/dh-link.c Fri Oct 3 13:32:43 2008
@@ -164,19 +164,6 @@
return link->type;
}
-gboolean
-dh_link_get_is_deprecated (DhLink *link)
-{
- return link->flags & DH_LINK_FLAGS_DEPRECATED;
-}
-
-void
-dh_link_set_is_deprecated (DhLink *link,
- gboolean is_deprecated)
-{
- link->flags |= DH_LINK_FLAGS_DEPRECATED;
-}
-
DhLinkFlags
dh_link_get_flags (DhLink *link)
{
Modified: trunk/src/dh-link.h
==============================================================================
--- trunk/src/dh-link.h (original)
+++ trunk/src/dh-link.h Fri Oct 3 13:32:43 2008
@@ -68,9 +68,6 @@
gconstpointer b);
DhLink * dh_link_ref (DhLink *link);
void dh_link_unref (DhLink *link);
-gboolean dh_link_get_is_deprecated (DhLink *link);
-void dh_link_set_is_deprecated (DhLink *link,
- gboolean is_deprecated);
const gchar *dh_link_get_name (DhLink *link);
const gchar *dh_link_get_book (DhLink *link);
const gchar *dh_link_get_page (DhLink *link);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]