summaryrefslogtreecommitdiffstats
path: root/spice/enums.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-30 16:46:25 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-30 16:46:48 +0200
commit4cf3b18f62c55885be159aa666451d56c91d03ed (patch)
tree04e7d68d5e60b87405276c88842d9b2e007f082c /spice/enums.h
parent36126f5ee37799b959036e0e47abec279e864942 (diff)
downloadspice-protocol-4cf3b18f62c55885be159aa666451d56c91d03ed.tar.gz
spice-protocol-4cf3b18f62c55885be159aa666451d56c91d03ed.tar.xz
spice-protocol-4cf3b18f62c55885be159aa666451d56c91d03ed.zip
Simplify SpiceLineAttr by removing unused elements and enums
Diffstat (limited to 'spice/enums.h')
-rw-r--r--spice/enums.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/spice/enums.h b/spice/enums.h
index 153356c..3317536 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -201,22 +201,6 @@ enum SpiceLineFlags {
SPICE_LINE_FLAGS_MASK = 0xc
};
-enum SpiceLineCap {
- SPICE_LINE_CAP_ROUND,
- SPICE_LINE_CAP_SQUARE,
- SPICE_LINE_CAP_BUTT,
-
- SPICE_LINE_CAP_ENUM_END
-};
-
-enum SpiceLineJoin {
- SPICE_LINE_JOIN_ROUND,
- SPICE_LINE_JOIN_BEVEL,
- SPICE_LINE_JOIN_MITER,
-
- SPICE_LINE_JOIN_ENUM_END
-};
-
enum SpiceStringFlags {
SPICE_STRING_FLAGS_RASTER_A1 = (1 << 0),
SPICE_STRING_FLAGS_RASTER_A4 = (1 << 1),