From 11578e3b07284cbb2a94f2abbc79f8dca2e96343 Mon Sep 17 00:00:00 2001
From: Joel Bosveld <Joel.Bosveld@gmail.com>
Date: Wed, 18 Feb 2009 13:14:02 +0900
Subject: [PATCH] Remove unused options

---
 text.cpp    |    2 --
 text.xml.in |    4 ----
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/text.cpp b/text.cpp
index da479da..8adce52 100644
--- a/text.cpp
+++ b/text.cpp
@@ -29,8 +29,6 @@
 
 #define PI 3.14159265359f
 
-static CompMetadata textMetadata;
-
 COMPIZ_PLUGIN_20081216 (text, TextPluginVTable);
 
 CompString
diff --git a/text.xml.in b/text.xml.in
index 2859bba..18e3f33 100644
--- a/text.xml.in
+++ b/text.xml.in
@@ -10,9 +10,5 @@
 	    </requirement>
 	</deps>
 	<category>Image Loading</category>
-	<options>
-	    <option name="abi" type="int" read_only="true"/>
-	    <option name="index" type="int" read_only="true"/>
-	</options>
     </plugin>
 </compiz>
-- 
1.6.0.6

