diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-04-13 15:44:26 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2016-04-13 15:44:26 +0000 |
| commit | 90c039450593f045361112648e4ec2dfcff91f0e (patch) | |
| tree | 2e41a8cec5a5a9d014a9ca6b7fbaad780f2a4027 /src/widgets/shrink-wrap-button.h | |
| parent | using cpp limits values (diff) | |
| download | inkscape-90c039450593f045361112648e4ec2dfcff91f0e.tar.gz inkscape-90c039450593f045361112648e4ec2dfcff91f0e.zip | |
Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features #Hackfest2016
(bzr r14837)
Diffstat (limited to 'src/widgets/shrink-wrap-button.h')
| -rw-r--r-- | src/widgets/shrink-wrap-button.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/widgets/shrink-wrap-button.h b/src/widgets/shrink-wrap-button.h deleted file mode 100644 index ca9153aea..000000000 --- a/src/widgets/shrink-wrap-button.h +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Inkscape::Widgets::shrink_wrap_button - shrink a button to minimum size - * - * Authors: - * MenTaLguY <mental@rydia.net> - * - * Copyright (C) 2004 MenTaLguY - * - * Released under GNU GPL, read the file 'COPYING' for more information - */ - -#ifndef SEEN_INKSCAPE_WIDGETS_SHRINK_WRAP_BUTTON_H -#define SEEN_INKSCAPE_WIDGETS_SHRINK_WRAP_BUTTON_H - -namespace Gtk { class Button; } - -namespace Inkscape { -namespace Widgets { - -void shrink_wrap_button(Gtk::Button &button); - -} -} - -#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:fileencoding=utf-8:textwidth=99 : |
