diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-04-11 08:51:39 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-04-11 08:51:39 +0000 |
| commit | c0b14a0f143ab6748fa48c2e251d804708efcbb5 (patch) | |
| tree | 122126dbe0a8665f0e84ffb9efc7514ec9de352c /src/dialogs/input.h | |
| parent | Correct calligraphic toggles getting out of sync with behavior. (diff) | |
| download | inkscape-c0b14a0f143ab6748fa48c2e251d804708efcbb5.tar.gz inkscape-c0b14a0f143ab6748fa48c2e251d804708efcbb5.zip | |
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)
Diffstat (limited to 'src/dialogs/input.h')
| -rw-r--r-- | src/dialogs/input.h | 31 |
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 : |
