Changeset 7366 for trunk/src


Ignore:
Timestamp:
Nov 16, 2001, 5:27:54 PM (24 years ago)
Author:
sandervl
Message:

removed unnecessary code bloat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/line.cpp

    r7361 r7366  
    1 /* $Id: line.cpp,v 1.11 2001-11-16 15:51:00 phaller Exp $ */
     1/* $Id: line.cpp,v 1.12 2001-11-16 16:27:54 sandervl Exp $ */
    22/*
    33 * Line API's
     
    2121#define ROUND_FLOAT(x) ((INT)((x < 0) ? x-0.5:x+0.5))
    2222
    23 static VOID INLINE toWin32LineEnd(PPOINTLOS2 startPt,INT nXEnd,INT nYEnd,PPOINTLOS2 pt)
     23VOID toWin32LineEnd(PPOINTLOS2 startPt,INT nXEnd,INT nYEnd,PPOINTLOS2 pt)
    2424{
    2525  if ((startPt->x != nXEnd) || (startPt->y != nYEnd))
     
    4949}
    5050
    51 static BOOL INLINE drawSingleLinePoint(HDC hdc,pDCData pHps,PPOINTLOS2 pt)
     51BOOL drawSingleLinePoint(HDC hdc,pDCData pHps,PPOINTLOS2 pt)
    5252{
    5353  LOGPEN penInfo;
Note: See TracChangeset for help on using the changeset viewer.