From 6c2f3b687e7188b8ae31ff91a9a1e7410667fb89 Mon Sep 17 00:00:00 2001 From: stojce Date: Tue, 18 Feb 2014 01:50:55 +0100 Subject: [PATCH] removed unnecessary references --- interface/src/ui/Snapshot.cpp | 1 - interface/src/ui/Snapshot.h | 1 - 2 files changed, 2 deletions(-) diff --git a/interface/src/ui/Snapshot.cpp b/interface/src/ui/Snapshot.cpp index d0a38eec4e..8cfc759308 100644 --- a/interface/src/ui/Snapshot.cpp +++ b/interface/src/ui/Snapshot.cpp @@ -12,7 +12,6 @@ #include #include -#include // filename format: hifi-snap-by-%username%-on-%date%_%time%_@-%location%.jpg // %1 <= username, %2 <= date and time, %3 <= current location diff --git a/interface/src/ui/Snapshot.h b/interface/src/ui/Snapshot.h index 57a388020d..14c59552ec 100644 --- a/interface/src/ui/Snapshot.h +++ b/interface/src/ui/Snapshot.h @@ -15,7 +15,6 @@ #include #include -#include #include "avatar/MyAvatar.h" #include "avatar/Profile.h"