summaryrefslogtreecommitdiffstats
path: root/src/dialogs/spellcheck.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-02-21 13:26:58 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-02-21 13:26:58 +0000
commit5a97256cdaa9cc74e50b05aaf6a491f2df6fda0f (patch)
tree243844f1ed4140f61458fbd435f0194ed37b6d42 /src/dialogs/spellcheck.h
parentCopy missing libintl-8.dll in build.xml (diff)
downloadinkscape-5a97256cdaa9cc74e50b05aaf6a491f2df6fda0f.tar.gz
inkscape-5a97256cdaa9cc74e50b05aaf6a491f2df6fda0f.zip
Fix for 934721 : Convert SpellCheck dialog to a dockable dialog
(bzr r11006)
Diffstat (limited to 'src/dialogs/spellcheck.h')
-rw-r--r--src/dialogs/spellcheck.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/dialogs/spellcheck.h b/src/dialogs/spellcheck.h
deleted file mode 100644
index fe80be2cb..000000000
--- a/src/dialogs/spellcheck.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file
- * @brief Spellcheck dialog
- */
-/* Authors:
- * bulia byak <bulia@users.sf.net>
- *
- * Copyright (C) 2009 Authors
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-
-#ifndef SEEN_SPELLCHECK_H
-#define SEEN_SPELLCHECK_H
-
-#include <gtk/gtk.h>
-
-void sp_spellcheck_dialog();
-
-
-#endif /* !SEEN_SPELLCHECK_H */
-
-/*
- 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 :