From c0b14a0f143ab6748fa48c2e251d804708efcbb5 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sun, 11 Apr 2010 01:51:39 -0700 Subject: Switching to new input dialog. Allows for a better UI and addresses bug #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312) --- src/dialogs/input.h | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/dialogs/input.h (limited to 'src/dialogs/input.h') 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 - * - * 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 : -- cgit v1.2.3