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