diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-05-01 06:00:04 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-05-01 06:00:04 +0000 |
| commit | 5560f5845f9ec804e1c540eb9c5dc15ca515e9af (patch) | |
| tree | 211203aa878f5aefd3704ff338c50ace3e15086b /src/ui/clipboard.cpp | |
| parent | Added grid_polar.inx and grid_polar.py, to integrate new extension - LP #224522. (diff) | |
| download | inkscape-5560f5845f9ec804e1c540eb9c5dc15ca515e9af.tar.gz inkscape-5560f5845f9ec804e1c540eb9c5dc15ca515e9af.zip | |
Warning and whitespace cleanup
(bzr r5564)
Diffstat (limited to 'src/ui/clipboard.cpp')
| -rw-r--r-- | src/ui/clipboard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index ebbf6ee1c..fff6e3b09 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -963,7 +963,7 @@ SPDocument *ClipboardManagerImpl::_retrieveClipboard(Glib::ustring required_targ * Finds a suitable output extension to save the internal clipboard document, * then saves it to memory and sets the clipboard contents. */ -void ClipboardManagerImpl::_onGet(Gtk::SelectionData &sel, guint info) +void ClipboardManagerImpl::_onGet(Gtk::SelectionData &sel, guint /*info*/) { g_assert( _clipboardSPDoc != NULL ); |
