From 81a449399607a98b7c87890aea4a2eff03498050 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 7 Feb 2009 02:22:17 +0000 Subject: Oh look, I've changed my mind again. It's far better that the client creates computed style objects which we then populate. This will allow more efficient composition of styles as, in the most common case, it won't require any memory allocation. svn path=/trunk/libcss/; revision=6390 --- src/select/computed.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/select/computed.h (limited to 'src/select/computed.h') diff --git a/src/select/computed.h b/src/select/computed.h deleted file mode 100644 index eddc7c0..0000000 --- a/src/select/computed.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * This file is part of LibCSS - * Licensed under the MIT License, - * http://www.opensource.org/licenses/mit-license.php - * Copyright 2009 John-Mark Bell - */ - -#ifndef css_select_computed_h_ -#define css_select_computed_h_ - -#include - -css_error css_computed_style_create(css_alloc alloc, void *pw, - css_computed_style **result); - -#endif -- cgit v1.2.3