Bug 145522

Summary: dead code - candidate for deletion ?
Product: [Fedora] Fedora Reporter: David Binderman <dcb314>
Component: gimpAssignee: Nils Philippsen <nphilipp>
Status: CLOSED UPSTREAM QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-19 12:36:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Binderman 2005-01-19 11:41:07 UTC
Description of problem:

I just tried to compile package gimp-2.2.2-2 from 
Redhat Fedora development tree.

The compiler said

1.

gimpink-blob.c(765): remark #177: function "blob_line" was declared
but never referenced

I've had a look at the source code, and I agree with the compiler.
Suggest delete dead code.

2.

imap_cmd_move_sash.c(33): remark #177: function
"move_sash_command_undo" was declared but never referenced
imap_cmd_move_sash.c(33): remark #177: function
"move_sash_command_redo" was declared but never referenced
imap_cmd_unselect_all.c(32): remark #177: function
"unselect_all_command_undo" was declared but never referenced
imap_cmd_unselect_all.c(32): remark #177: function
"unselect_all_command_redo" was declared but never referenced
imap_menu.c(153): remark #177: function "menu_fuzzy_select" was
declared but never referenced
spheredesigner.c(625): remark #177: function "vneg" was declared but
never referenced

I haven't looked at these ones, but they may well be dead code also.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Nils Philippsen 2005-01-19 12:36:32 UTC
No negative impact on running the program. You know the drill
(http://bugs.gimp.org ;-).