Remove ancient trunk folder from svn repository
[synfig.git] / synfig-studio / trunk / synfigstudio-thumbnailer.schemas.in
diff --git a/synfig-studio/trunk/synfigstudio-thumbnailer.schemas.in b/synfig-studio/trunk/synfigstudio-thumbnailer.schemas.in
deleted file mode 100644 (file)
index f935dcd..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0"?>
-<gconfschemafile>
-  <schemalist>
-        <schema>
-            <key>/schemas/desktop/gnome/thumbnailers/image@sif/enable</key>
-            <applyto>/desktop/gnome/thumbnailers/image@sif/enable</applyto>
-            <owner>synfigstudio</owner>
-            <type>bool</type>
-            <default>true</default>
-            <locale name="C">
-                <short>enable</short>
-                <long>Enable this thumbnailer.</long>
-            </locale>
-        </schema>
-
-        <schema>
-            <key>/schemas/desktop/gnome/thumbnailers/image@sif/command</key>
-            <applyto>/desktop/gnome/thumbnailers/image@sif/command</applyto>
-            <owner>synfigstudio</owner>
-            <type>string</type>
-            <default>synfig -w %s -h %s %i -o %o -t png --time 0 </default>
-            <locale name="C">
-                <short>Invoke Synfig as Thumbnailer</short>
-                <long>Invokes Synfig as a gnome thumbnailer for image/sif files</long>
-            </locale>
-        </schema>
-  </schemalist>
-</gconfschemafile>