Removed two obsolete FIXME comments.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2357 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/IrixDMIC_RawToJpeg.cxx b/common/rfb/IrixDMIC_RawToJpeg.cxx
index 9e2de54..0c0a596 100644
--- a/common/rfb/IrixDMIC_RawToJpeg.cxx
+++ b/common/rfb/IrixDMIC_RawToJpeg.cxx
@@ -47,7 +47,6 @@
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 @@
dmParamsDestroy(p);
}
if (n < 0) {
- // FIXME: Unify error handling.
vlog.error("Error: No matching JPEG encoder found");
return;
}