summaryrefslogtreecommitdiff
path: root/src/prettytable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prettytable.h')
-rw-r--r--src/prettytable.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/prettytable.h b/src/prettytable.h
index fccca98..b41918f 100644
--- a/src/prettytable.h
+++ b/src/prettytable.h
@@ -25,8 +25,6 @@ class ProcInfo;
using std::string;
-
-
class PrettyTable
{
public:
@@ -61,7 +59,6 @@ private:
Gio::FileMonitorEvent);
void init_gio_app_cache ();
-
typedef std::map<string, Glib::RefPtr<Gdk::Pixbuf> > IconCache;
typedef std::map<pid_t, Glib::RefPtr<Gdk::Pixbuf> > IconsForPID;
typedef std::map<string, Glib::RefPtr<Gio::AppInfo> > AppCache;
@@ -74,5 +71,4 @@ private:
procman::IconThemeWrapper theme;
};
-
#endif /* _PROCMAN_PRETTYTABLE_H_ */