Skip to content

Commit

Permalink
* Removed resizing ability.
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39262 a95241bf-73f2-0310-859d-f6bbb57e9c96
  • Loading branch information
axeld committed Nov 1, 2010
1 parent 0d16ad4 commit 04f9654
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 322 deletions.
2 changes: 0 additions & 2 deletions src/apps/showimage/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Application ShowImage :
ImageFileNavigator.cpp
PrintOptionsWindow.cpp
ProgressWindow.cpp
ResizerWindow.cpp
SelectionBox.cpp
ShowImageApp.cpp
ShowImageSettings.cpp
Expand All @@ -28,7 +27,6 @@ DoCatalogs ShowImage :
:
PrintOptionsWindow.cpp
ProgressWindow.cpp
ResizerWindow.cpp
ShowImageApp.cpp
ShowImageView.cpp
ShowImageWindow.cpp
Expand Down
187 changes: 0 additions & 187 deletions src/apps/showimage/ResizerWindow.cpp

This file was deleted.

65 changes: 0 additions & 65 deletions src/apps/showimage/ResizerWindow.h

This file was deleted.

4 changes: 1 addition & 3 deletions src/apps/showimage/ShowImageConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,8 @@ enum {
MSG_ORIGINAL_SIZE = 'mOSZ',
MSG_SCALE_BILINEAR = 'mSBL',
MSG_DESKTOP_BACKGROUND = 'mDBG',
MSG_OPEN_RESIZER_WINDOW = 'mORS',
MSG_RESIZER_WINDOW_QUIT = 'mRSQ',
MSG_RESIZE = 'mRSZ',
kMsgProgressStatusUpdate = 'SIup'
};


#endif // SHOW_IMAGE_CONSTANTS_H
Loading

0 comments on commit 04f9654

Please sign in to comment.