diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-10 01:12:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-10 01:12:16 +0800 |
commit | 8b2d3de603fa824cfc983b1574a5a8530a3a32a6 (patch) | |
tree | 99e414248b13c287abd6e5f595f1959ceffafbec /shell/e-icon-factory.c | |
parent | 779e0f5058e089279c2851e18ef7003ec88bb61f (diff) | |
download | gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.gz gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.zst gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.zip |
Remove debugging message. (impl_shortcut_drag_motion): Likewise.
* e-shortcuts-view.c (impl_shortcut_drag_motion): Remove debugging
message.
(impl_shortcut_drag_motion): Likewise.
* e-local-storage.c (remove_folder_step): Remove debugging message.
* e-folder-dnd-bridge.c (e_folder_dnd_bridge_data_received):
Remove debugging message.
svn path=/trunk/; revision=17392
Diffstat (limited to 'shell/e-icon-factory.c')
-rw-r--r-- | shell/e-icon-factory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-icon-factory.c b/shell/e-icon-factory.c index 8a66237605..33658a071f 100644 --- a/shell/e-icon-factory.c +++ b/shell/e-icon-factory.c @@ -30,7 +30,6 @@ /* One icon. Keep both a small (16x16) and a large (48x48) version around. */ - struct _Icon { char *name; GdkPixbuf *small_pixbuf; |