summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostyantyn Ovechko <fastinetserver@gmail.com>2010-06-17 23:59:13 +0300
committerKostyantyn Ovechko <fastinetserver@gmail.com>2010-06-17 23:59:13 +0300
commit91daecb5d99f6976b9be2997d84a8d8ff85ca51f (patch)
treea8535c49cd13b3aa12cb6067e52c0e32f4890dfe /segget/tui.cpp
parentAdd checking checksums for downloaded distfiles. (diff)
downloadidfetch-91daecb5d99f6976b9be2997d84a8d8ff85ca51f.tar.gz
idfetch-91daecb5d99f6976b9be2997d84a8d8ff85ca51f.tar.bz2
idfetch-91daecb5d99f6976b9be2997d84a8d8ff85ca51f.zip
Add support for WHIRLPOOL, SHA512, MD5, CRC32
Diffstat (limited to 'segget/tui.cpp')
-rw-r--r--segget/tui.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/segget/tui.cpp b/segget/tui.cpp
index f1a6ddf..64b6274 100644
--- a/segget/tui.cpp
+++ b/segget/tui.cpp
@@ -1,13 +1,3 @@
-//#include <sstream>
-//#include <fstream>
-//#include <cstring>
-//#include <string>
-//#include <iostream>
-//#include <stdio.h>
-//#include <cstdio>
-
-#include <string>
-#include <ncurses.h>
using namespace std;
template<typename T> std::string toString(T t)
{
@@ -26,7 +16,6 @@ template<typename T> std::string field(string prefix,T t, int width)
return s2.str();
}
-
string set_width(string input_string, int width){
std::stringstream s;
s.width(width);