Changeset 16878


Ignore:
Timestamp:
06/21/13 16:00:45 (11 years ago)
Author:
tbretz
Message:
Removed the obsolete check for 'use striut'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/RemoteControl.h

    r16872 r16878  
    168168    void  JsOut(const std::string &msg)       { lin << kDefault << msg << endl; }
    169169    void  JsWarn(const std::string &msg)      { lin << kYellow << msg << endl; }
    170     void  JsResult(const std::string &msg)    { if (msg!="use strict") lin << kBlue << " = " << msg << '\n' << endl; }
     170    void  JsResult(const std::string &msg)    { lin << kBlue << " = " << msg << '\n' << endl; }
    171171    void  JsPrint(const std::string &msg)     { if (fImp) fImp->Comment(msg); }
    172172    void  JsAlarm(const std::string &msg)     { if (fImp) fImp->Alarm(msg); }
Note: See TracChangeset for help on using the changeset viewer.