From b529f046c9a64ac5fcfa60747af940cf972b3ebc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:56:34 -0600 Subject: Actually move the kde files that were renamed in the last commit --- kdeprint/descriptions/sortthem.cpp | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 kdeprint/descriptions/sortthem.cpp (limited to 'kdeprint/descriptions/sortthem.cpp') diff --git a/kdeprint/descriptions/sortthem.cpp b/kdeprint/descriptions/sortthem.cpp deleted file mode 100644 index 9adc284b1..000000000 --- a/kdeprint/descriptions/sortthem.cpp +++ /dev/null @@ -1,28 +0,0 @@ - - -#include -#include -#include -#include - - - -int main(int argc, char **argv) { -TQStringList have; -char buf[1024]; - - - while (!feof(stdin)) { - char *cline = fgets(buf, 1000, stdin); - if (!cline) break; - if (!have.contains(cline)) { - have << cline; - fprintf(stdout, "%s", cline); - } - } - - -return 0; -} - - -- cgit v1.2.3