Skip to content

Commit

Permalink
rm unused variable and includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagenbrenner committed May 31, 2024
1 parent 6be2fe3 commit 24b9c67
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/ninja/srtmclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@

#include "srtmclient.h"

#define SIZE (1024)

SRTMClient::SRTMClient() : SurfaceFetch()
{
xRes = 30.0;
Expand Down
9 changes: 0 additions & 9 deletions src/ninja/srtmclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,10 @@

#include <string>
#include <cstdio>
#if __cplusplus >= 201103
#include <regex>
#endif

#include "cpl_port.h"
#include "cpl_conv.h"
#include "cpl_http.h"
#include "cpl_string.h"
#include "cpl_minixml.h"
#include "cpl_multiproc.h"

#include "surface_fetch.h"
#include "ninja_conv.h"

/*-----------------------------------------------------------------------------
* REST API", string templates
Expand Down

0 comments on commit 24b9c67

Please sign in to comment.