about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-07-18 22:28:49 +0100
committerJames Booth <boothj5@gmail.com>2014-07-18 22:28:49 +0100
commit2a435cd3decc9493c8f54596b4251e6af94a42be (patch)
treef96999e87a537a53d6573e2d395c9d668daddb15 /src/ui/window.h
parent32527eb766fa7cd760c861904e2664de037226cb (diff)
downloadprofani-tty-2a435cd3decc9493c8f54596b4251e6af94a42be.tar.gz
Removed horizontal paging
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 9db624bd..632c635b 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -58,7 +58,6 @@ typedef struct prof_win_t {
     win_type_t type;
     gboolean is_otr;
     gboolean is_trusted;
-    int x_pos;
     int y_pos;
     int paged;
     int unread;