diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2007-10-10 04:39:45 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2007-10-10 04:39:45 +0000 |
commit | 9f532270bd1fee20add190c26743ee4ddce1d116 (patch) | |
tree | 428e3b3a0c391c091e80e8c0fbe5ad99687ca7ae /common | |
parent | 6764949dc7fa9f7b7c0aeaf228122608d65d4312 (diff) | |
download | tigervnc-9f532270bd1fee20add190c26743ee4ddce1d116.tar.gz tigervnc-9f532270bd1fee20add190c26743ee4ddce1d116.zip |
Removed two obsolete FIXME comments.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2357 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/rfb/IrixDMIC_RawToJpeg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rfb/IrixDMIC_RawToJpeg.cxx b/common/rfb/IrixDMIC_RawToJpeg.cxx index 9e2de542..0c0a596c 100644 --- a/common/rfb/IrixDMIC_RawToJpeg.cxx +++ b/common/rfb/IrixDMIC_RawToJpeg.cxx @@ -47,7 +47,6 @@ IrixDMIC_RawToJpeg::IrixDMIC_RawToJpeg(bool needRealtime) if ( id == JPEG_ID && direction == DM_IC_CODE_DIRECTION_ENCODE && (!needRealtime || speed == DM_IC_SPEED_REALTIME) ) { - // FIXME: Just save the engine name and make x0vncserver print it. const char *engine = dmParamsGetString(p, DM_IC_ENGINE); vlog.info("Found JPEG encoder: \"%s\" (%d)", engine, n); @@ -57,7 +56,6 @@ IrixDMIC_RawToJpeg::IrixDMIC_RawToJpeg(bool needRealtime) dmParamsDestroy(p); } if (n < 0) { - // FIXME: Unify error handling. vlog.error("Error: No matching JPEG encoder found"); return; } |