summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2018-09-26 18:30:47 -0500
committerFederico Mena Quintero <federico@gnome.org>2018-09-26 18:43:31 -0500
commit1040b17c37ad5131c7a01bfa84d3b44acaa35a05 (patch)
treeed7c6139b3c14788a2e935c5eea284fb0b5c6eb1 /librsvg
parent18d692e8a9dde843a15b3bb032313db6a2f0e4d4 (diff)
downloadlibrsvg-1040b17c37ad5131c7a01bfa84d3b44acaa35a05.tar.gz
Remove rsvg-styles.c - yay!
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/rsvg-styles.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/librsvg/rsvg-styles.c b/librsvg/rsvg-styles.c
deleted file mode 100644
index 6582d00d..00000000
--- a/librsvg/rsvg-styles.c
+++ /dev/null
@@ -1,37 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/* vim: set sw=4 sts=4 expandtab: */
-/*
- rsvg-styles.c: Handle SVG styles
-
- Copyright (C) 2000 Eazel, Inc.
- Copyright (C) 2002 Dom Lachowicz <cinamod@hotmail.com>
-
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public License as
- published by the Free Software Foundation; either version 2 of the
- License, or (at your option) any later version.
-
- This program 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
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this program; if not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-
- Author: Raph Levien <raph@artofcode.com>
-*/
-#include "config.h"
-
-#include <errno.h>
-#include <string.h>
-#include <math.h>
-
-#include "rsvg-attributes.h"
-#include "rsvg-private.h"
-#include "rsvg-css.h"
-
-#include <libcroco/libcroco.h>
-