Remove UXPDS support
[oweals/cde.git] / cde / programs / dtprintinfo / objects / PrintObj / PrintSubSys.C
index f521e8bc11c44523c08218433b76ff2a5e15a1b6..44cbfb9cc79d5b5b69a34a578278783bca48f3b1 100644 (file)
@@ -52,15 +52,6 @@ const char *LIST_QUEUES = "LANG=C lpstat -v | "
                             "   { print $10 }' "
                             "   | sort";
 #else
-#ifdef __uxp__
-const char *LIST_QUEUES = "LANG=C lpstat -v | "
-                           "nawk '"
-                           " $4 == \"for\" "
-                           "   { "
-                           "      x = match($5, /:/); "
-                           "      print substr($5, 1, x-1)"
-                           "   }' | sort";
-#else
 const char *LIST_QUEUES = "LANG=C lpstat -v | "
                            "nawk '"
                            " $2 == \"for\" "
@@ -71,7 +62,6 @@ const char *LIST_QUEUES = "LANG=C lpstat -v | "
 #endif
 #endif
 #endif
-#endif
 
 // Object Class Name
 const char *PRINTSUBSYSTEM = "PrintSubSystem";