]> source.dussan.org Git - tigervnc.git/commitdiff
Removed two obsolete FIXME comments.
authorConstantin Kaplinsky <const@tightvnc.com>
Wed, 10 Oct 2007 04:39:45 +0000 (04:39 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Wed, 10 Oct 2007 04:39:45 +0000 (04:39 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2357 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/IrixDMIC_RawToJpeg.cxx

index 9e2de54263dda7dee09f4c543d7bfbf52b091181..0c0a596cf03165cdd9135476352d236dcb075131 100644 (file)
@@ -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;
   }