Remove old ifdefs.
This commit is contained in:
parent
7f7c723e3b
commit
53b2614595
|
@ -52,7 +52,7 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#ifndef __BEOS__
|
#ifndef __HAIKU__
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#endif
|
#endif
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
@ -74,7 +74,7 @@ typedef unsigned __int8 uint8_t;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BEOS__
|
#ifdef __HAIKU__
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -58,11 +58,7 @@
|
||||||
#include <Roster.h>
|
#include <Roster.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifdef ZETA
|
|
||||||
#include <locale/Locale.h>
|
|
||||||
#else
|
|
||||||
#define _T(str) (str)
|
#define _T(str) (str)
|
||||||
#endif
|
|
||||||
|
|
||||||
// cursor data for hovering over URLs
|
// cursor data for hovering over URLs
|
||||||
|
|
||||||
|
@ -209,9 +205,6 @@ void
|
||||||
RunView::AttachedToWindow (void)
|
RunView::AttachedToWindow (void)
|
||||||
{
|
{
|
||||||
BView::AttachedToWindow();
|
BView::AttachedToWindow();
|
||||||
#if B_BEOS_VERSION_DANO
|
|
||||||
SetDoubleBuffering (B_UPDATE_INVALIDATED | B_UPDATE_SCROLLED | B_UPDATE_EXPOSED | B_UPDATE_RESIZED);
|
|
||||||
#endif
|
|
||||||
RecalcScrollBar (false);
|
RecalcScrollBar (false);
|
||||||
fTheme->WriteLock();
|
fTheme->WriteLock();
|
||||||
fTheme->AddView (this);
|
fTheme->AddView (this);
|
||||||
|
|
Ŝarĝante…
Reference in New Issue