summaryrefslogtreecommitdiffstats
path: root/src/dialogs/text-edit.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-02-16 05:38:08 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-02-16 05:38:08 +0000
commit9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee (patch)
treefe4b71445f19cdb3a421eb079464eba6454eaccc /src/dialogs/text-edit.h
parentPrevent false gtk deprecation warnings in canvas-grid and tidy headers (diff)
downloadinkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.tar.gz
inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.zip
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
(bzr r10989)
Diffstat (limited to 'src/dialogs/text-edit.h')
-rw-r--r--src/dialogs/text-edit.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/dialogs/text-edit.h b/src/dialogs/text-edit.h
deleted file mode 100644
index 84f914728..000000000
--- a/src/dialogs/text-edit.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file
- * @brief Text-edit
- */
-/* Authors:
- * Lauris Kaplinski <lauris@ximian.com>
- * bulia byak <buliabyak@users.sf.net>
- * Johan Engelen <goejendaagh@zonnet.nl>
- *
- * Copyright (C) 1999-2007 Authors
- * Copyright (C) 2000-2001 Ximian, Inc.
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-#ifndef SEEN_DIALOGS_TEXT_EDIT_H
-#define SEEN_DIALOGS_TEXT_EDIT_H
-
-void sp_text_edit_dialog (void);
-void sp_text_edit_dialog_default_set_insensitive (); //FIXME: Replace trough a verb
-
-#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 :