css: Remove GtkCssNumber

It's completely replaced by GtkCssNumberValue now.
This commit is contained in:
Benjamin Otte
2012-04-04 18:25:43 +02:00
parent 1b69f1d7c2
commit dcd54e20d1
7 changed files with 46 additions and 198 deletions

View File

@ -21,6 +21,7 @@
#define __GTK_CSS_BORDER_VALUE_PRIVATE_H__
#include "gtkcssparserprivate.h"
#include "gtkcssnumbervalueprivate.h"
#include "gtkcssvalueprivate.h"
G_BEGIN_DECLS