Changeset 3180


Ignore:
Timestamp:
Mar 7, 2009, 8:39:42 PM (15 years ago)
Author:
ronosman
Message:

Remove calls to unused modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extras/pLoader/trunk/src/ploader.pl

    r2661 r3180  
    1111# | WITHOUT ANY WARRANTY; without even the implied warranty of            |
    1212# | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
    13 # | General Public License for more details.  i                            |
     13# | General Public License for more details.                              |
    1414# |                                                                       |
    1515# | You should have received a copy of the GNU General Public License     |
     
    2020
    2121use strict;
    22 use Wx ;
     22use Wx;
    2323use Class::Accessor::Fast;
    2424use Uploader::GUI::wxApp;
    2525use JSON;
     26use Wx::Locale qw/:default/;
    2627
    27 BEGIN { use Wx::Perl::Packager; }
     28
    2829
    2930require '../res/progress_wdr.pl';
    3031require '../res/login_wdr.pl';
    31 require '../res/photo_properties_wdr.pl';
    32 require '../res/photo_exif_wdr.pl';
    33 require '../res/global_settings_wdr.pl';
    3432
    3533my $app = Uploader::GUI::wxApp->new(@_);
Note: See TracChangeset for help on using the changeset viewer.