summaryrefslogtreecommitdiff
path: root/include/libcss/types.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-02 00:26:28 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-02 00:26:28 +0000
commitf7570781d155b3631409cc5f75c304220c691a7e (patch)
tree97fc8d78f2a984380fdd57ae081c46a66195113e /include/libcss/types.h
parentc3d7df723ce46d280f3e0edf558aed333a94d81f (diff)
downloadlibcss-f7570781d155b3631409cc5f75c304220c691a7e.tar.gz
libcss-f7570781d155b3631409cc5f75c304220c691a7e.tar.bz2
Minor documentation fixes.
Move typedef -- types.h was probably a bad idea, in hindsight. svn path=/trunk/libcss/; revision=11600
Diffstat (limited to 'include/libcss/types.h')
-rw-r--r--include/libcss/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libcss/types.h b/include/libcss/types.h
index d1f0d51..8bc65a9 100644
--- a/include/libcss/types.h
+++ b/include/libcss/types.h
@@ -106,8 +106,6 @@ typedef struct css_select_ctx css_select_ctx;
typedef struct css_computed_style css_computed_style;
-typedef struct css_system_font css_system_font;
-
#ifdef __cplusplus
}
#endif