Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/0435c3ffb4e32af19d68a3cb87abc1a51105047c
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/0435c3ffb4e32af19d68a3cb87abc1a51105047c
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/0435c3ffb4e32af19d68a3cb87abc1a51105047c

The branch, chris/ndk32 has been updated
       via  0435c3ffb4e32af19d68a3cb87abc1a51105047c (commit)
      from  a122d025a9423c99cff44a80a5a14e73a82739a5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=0435c3ffb4e32af19d68a3cb87abc1a51105047c
commit 0435c3ffb4e32af19d68a3cb87abc1a51105047c
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Amiga: Remove some more #defines not needed with the 3.2 NDK

diff --git a/frontends/amiga/os3support.h b/frontends/amiga/os3support.h
index dc969fa..22c74da 100644
--- a/frontends/amiga/os3support.h
+++ b/frontends/amiga/os3support.h
@@ -65,8 +65,6 @@
 
 /* Ignore unsupported tags */
 #define ASO_NoTrack                            TAG_IGNORE
-#define BITMAP_DisabledSourceFile      TAG_IGNORE
-#define BITMAP_HasAlpha                        TAG_IGNORE
 #define BLITA_UseSrcAlpha              TAG_IGNORE
 #define BLITA_MaskPlane                        TAG_IGNORE
 #define PDTA_PromoteMask       TAG_IGNORE
@@ -75,10 +73,7 @@
 #define GA_HintInfo                    TAG_IGNORE
 #define GAUGEIA_Level          TAG_IGNORE
 #define IA_InBorder                    TAG_IGNORE
-#define LBNCA_SoftStyle                TAG_IGNORE
-#define LISTBROWSER_Striping   TAG_IGNORE
 #define SA_Compositing         TAG_IGNORE
-#define SBNA_HintInfo          TAG_IGNORE
 #define WA_ContextMenuHook             TAG_IGNORE
 #define WA_ToolBox                     TAG_IGNORE
 
@@ -110,7 +105,6 @@
 #define DN_FULLPATH 0
 #define BGBACKFILL JAM1
 #define ML_SEPARATOR NM_BARLABEL
-#define LBS_ROWS 0
 
 /* Renamed structures */
 #define AnchorPathOld AnchorPath


-----------------------------------------------------------------------

Summary of changes:
 frontends/amiga/os3support.h |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/frontends/amiga/os3support.h b/frontends/amiga/os3support.h
index dc969fa..22c74da 100644
--- a/frontends/amiga/os3support.h
+++ b/frontends/amiga/os3support.h
@@ -65,8 +65,6 @@
 
 /* Ignore unsupported tags */
 #define ASO_NoTrack                            TAG_IGNORE
-#define BITMAP_DisabledSourceFile      TAG_IGNORE
-#define BITMAP_HasAlpha                        TAG_IGNORE
 #define BLITA_UseSrcAlpha              TAG_IGNORE
 #define BLITA_MaskPlane                        TAG_IGNORE
 #define PDTA_PromoteMask       TAG_IGNORE
@@ -75,10 +73,7 @@
 #define GA_HintInfo                    TAG_IGNORE
 #define GAUGEIA_Level          TAG_IGNORE
 #define IA_InBorder                    TAG_IGNORE
-#define LBNCA_SoftStyle                TAG_IGNORE
-#define LISTBROWSER_Striping   TAG_IGNORE
 #define SA_Compositing         TAG_IGNORE
-#define SBNA_HintInfo          TAG_IGNORE
 #define WA_ContextMenuHook             TAG_IGNORE
 #define WA_ToolBox                     TAG_IGNORE
 
@@ -110,7 +105,6 @@
 #define DN_FULLPATH 0
 #define BGBACKFILL JAM1
 #define ML_SEPARATOR NM_BARLABEL
-#define LBS_ROWS 0
 
 /* Renamed structures */
 #define AnchorPathOld AnchorPath


-- 
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to