summaryrefslogtreecommitdiffstats
path: root/src/dialogs/xml-tree.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-03-09 09:28:41 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-03-09 09:28:41 +0000
commit4af38650947ee08480d3887ada93ecff68a7157e (patch)
tree6f71bb209540fdbbdae8b1ea00f2209931b2351f /src/dialogs/xml-tree.h
parentpowerstroke: - add miter size limit (diff)
downloadinkscape-4af38650947ee08480d3887ada93ecff68a7157e.tar.gz
inkscape-4af38650947ee08480d3887ada93ecff68a7157e.zip
Fix for 940715 : Convert XML Editor to a dockable dialog
(bzr r11065)
Diffstat (limited to 'src/dialogs/xml-tree.h')
-rw-r--r--src/dialogs/xml-tree.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/dialogs/xml-tree.h b/src/dialogs/xml-tree.h
deleted file mode 100644
index 8b1a21337..000000000
--- a/src/dialogs/xml-tree.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/** @file
- * @brief XML tree editing dialog for Inkscape
- */
-/* Copyright Lauris Kaplinski, 2000
- *
- * Released under GNU General Public License.
- *
- * This is XML tree editor, which allows direct modifying of all elements
- * of Inkscape document, including foreign ones.
- *
- */
-
-#ifndef SEEN_DIALOGS_XML_TREE_H
-#define SEEN_DIALOGS_XML_TREE_H
-
-void sp_xml_tree_dialog (void);
-
-#endif
-
-/*
- Local Variables:
- mode:c++
- c-file-style:"stroustrup"
- c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
- indent-tabs-mode:nil
- fill-column:99
- End:
-*/
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :