diff options
Diffstat (limited to 'ccss-gtk/ccss-gtk-properties.c')
-rw-r--r-- | ccss-gtk/ccss-gtk-properties.c | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/ccss-gtk/ccss-gtk-properties.c b/ccss-gtk/ccss-gtk-properties.c deleted file mode 100644 index 99da4d5..0000000 --- a/ccss-gtk/ccss-gtk-properties.c +++ /dev/null @@ -1,35 +0,0 @@ -/* The Gtk+ CSS Drawing Library. - * Copyright (C) 2008 Robert Staudinger - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301, USA. - */ - -#include "ccss-gtk-properties.h" - -static ccss_property_class_t const _properties[] = { - { - - }, { - .name = NULL - } -}; - -ccss_property_class_t const * -ccss_gtk_get_properties (void) -{ - -} - |