summaryrefslogtreecommitdiffstats
path: root/src/dialogs/text-edit.h
diff options
context:
space:
mode:
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 :