diff options
author | 2011-04-30 21:16:36 +0000 | |
---|---|---|
committer | 2011-04-30 21:16:36 +0000 | |
commit | 4f050147ecfb1cac4f9004e9da545869d79ba8e5 (patch) | |
tree | c8f0616d79a76dc253fdad275cfc96ceee29faab /media-gfx/xaralx/files/xaralx-pragma.patch | |
parent | net-p2p/mute: Fixed usage of wxwidgets.eclass (diff) | |
download | sunrise-4f050147ecfb1cac4f9004e9da545869d79ba8e5.tar.gz sunrise-4f050147ecfb1cac4f9004e9da545869d79ba8e5.tar.bz2 sunrise-4f050147ecfb1cac4f9004e9da545869d79ba8e5.zip |
media-gfx/xaralx: Actually use the patches
svn path=/sunrise/; revision=12027
Diffstat (limited to 'media-gfx/xaralx/files/xaralx-pragma.patch')
-rw-r--r-- | media-gfx/xaralx/files/xaralx-pragma.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/xaralx/files/xaralx-pragma.patch b/media-gfx/xaralx/files/xaralx-pragma.patch deleted file mode 100644 index f91b9225a..000000000 --- a/media-gfx/xaralx/files/xaralx-pragma.patch +++ /dev/null @@ -1,23 +0,0 @@ - wxOil/basebar2.cpp | 2 -- - 1 files changed, 0 insertions(+), 2 deletions(-) - -diff --git a/wxOil/basebar2.cpp b/wxOil/basebar2.cpp -index 200c855..52b7376 100644 ---- a/wxOil/basebar2.cpp -+++ b/wxOil/basebar2.cpp -@@ -4565,7 +4565,6 @@ void BaseBar::StartDrag(wxPoint point, DlgDragType TypeOfDrag) - // Message map - maintained by Class Wizard. - - BEGIN_EVENT_TABLE( BaseBar, wxWindow ) --#pragma message( __LOCMSG__ "Removed BaseBar message map" ) - /* ON_WM_NCCALCSIZE() - ON_WM_NCPAINT() - ON_WM_NCACTIVATE() -@@ -4618,7 +4617,6 @@ END_EVENT_TABLE() - - static void PatB( wxDC &DC, INT32 x, INT32 y, INT32 dx, INT32 dy, wxColour &rgb ) - { --#pragma message( __LOCMSG__ "PatB - do nothing" ) - TRACE( _T("Warning - PatB called") ); - /* RECT rect; - |