summaryrefslogtreecommitdiffstats
path: root/src/dialogs/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/input.h')
-rw-r--r--src/dialogs/input.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/dialogs/input.h b/src/dialogs/input.h
deleted file mode 100644
index 0996d06ca..000000000
--- a/src/dialogs/input.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file
- * @brief Extended input device dialog
- */
-/* Author:
- * Nicklas Lindgren <nili@lysator.liu.se>
- *
- * Copyright (C) 2005 Authors
- *
- * Released under GNU GPL, read the file 'COPYING' for more information
- */
-
-#ifndef SEEN_DIALOGS_INPUT_H
-#define SEEN_DIALOGS_INPUT_H
-
-void sp_input_load_from_preferences (void);
-void sp_input_save_to_preferences (void);
-void sp_input_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:encoding=utf-8:textwidth=99 :