Ignore:
Timestamp:
01/05/17 13:50:41 (8 years ago)
Author:
epyon
Message:
  • mass update
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gfx/gfx_terminal.cc

    r520 r529  
    112112};
    113113
    114 gfx_terminal::gfx_terminal( context* ctx, texture t, dimension tsize, dimension psize )
     114gfx_terminal::gfx_terminal( context* ctx, texture t, dimension tsize, dimension /*psize*/ )
    115115        : terminal( tsize ), m_context( ctx )
    116116{
     
    178178}
    179179
    180 bool gfx_terminal::poll( io_event & kevent )
     180bool gfx_terminal::poll( io_event & /*kevent*/ )
    181181{
    182182        return false;
    183183}
    184184
    185 void gfx_terminal::set_cursor( position p )
     185void gfx_terminal::set_cursor( position /*p*/ )
    186186{
    187187}
Note: See TracChangeset for help on using the changeset viewer.